#F5802C

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

Shades of Sun #F5802C

Tints of Sun #F5802C

Color information

#F5802C (or 0xF5802C) is unknown color: approx Sun. HEX triplet: F5, 80 and 2C. RGB value is (245,128,44). Sum of RGB (Red+Green+Blue) = 245+128+44=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5802C is #0A7FD3. Grayscale: #999999. Windows color (decimal): -688084 or 2916597. OLE color: 2916597.

HSL color Cylindrical-coordinate representation of color #F5802C: hue angle of 25.07º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5802C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24512844-
CMYK00.480.820.04
HSL25.07º90.95%56.67%-
HSV(B)25.07º82.04%96.08%-
XYZ45.8335.036.73-
YUV153.4166.26193.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.75%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 44 (17.58% from 255) = 10.55%
R=58.75%
G=30.70%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451284400.480.820.0425.0790.9556.67
HexF5802C030524195b39
Octal3652005406012243113371
Binary111101011000000010110001100001010010100110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5802C; }

 p { color: rgb(245,128,44); }

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

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

 a { background-color: rgb(245,128,44); }

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

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

 span { border-color: rgb(245,128,44); }

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