#F5883C

Color #F5883C Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F5883C

Tints of Sun #F5883C

Color information

#F5883C (or 0xF5883C) is unknown color: approx Sun. HEX triplet: F5, 88 and 3C. RGB value is (245,136,60). Sum of RGB (Red+Green+Blue) = 245+136+60=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5883C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5883C is #0A77C3. Grayscale: #A0A0A0. Windows color (decimal): -686020 or 3967221. OLE color: 3967221.

HSL color Cylindrical-coordinate representation of color #F5883C: hue angle of 24.65º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5883C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24513660-
CMYK00.440.760.04
HSL24.65º90.24%59.8%-
HSV(B)24.65º75.51%96.08%-
XYZ47.2837.358.99-
YUV159.9371.61188.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 60 (23.83% from 255) = 13.61%
R=55.56%
G=30.84%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451366000.440.760.0424.6590.2459.8
HexF5883C02C4C4195a3c
Octal3652107405411443113274
Binary111101011000100011110001011001001100100110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5883C; }

 p { color: rgb(245,136,60); }

 H1.HeaderClassName
 {
   color: #F5883C;
 }
 .AnyTagClassName
 {
   color: #F5883C;
 }
</style>
background-color css

<style>
 a { background-color: #F5883C; }

 a { background-color: rgb(245,136,60); }

 div.DivClassName
 {
   background-color: #F5883C;
 }
 .BgClassName
 {
   background-color: #F5883C;
 }
</style>
border-color css

<style>
 span { border-color: #F5883C; }

 span { border-color: rgb(245,136,60); }

 td.TdClassName
 {
   border-color: #F5883C;
 }
 .TagClassName
 {
   border-color: #F5883C;
 }
</style>