#F5882B

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

Shades of Sun #F5882B

Tints of Sun #F5882B

Color information

#F5882B (or 0xF5882B) is unknown color: approx Sun. HEX triplet: F5, 88 and 2B. RGB value is (245,136,43). Sum of RGB (Red+Green+Blue) = 245+136+43=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5882B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5882B is #0A77D4. Grayscale: #9E9E9E. Windows color (decimal): -686037 or 2853109. OLE color: 2853109.

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

Color convert

RGB24513643-
CMYK00.440.820.04
HSL27.62º90.99%56.47%-
HSV(B)27.62º82.45%96.08%-
XYZ46.937.26.99-
YUV157.9963.11190.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.78%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 43 (17.19% from 255) = 10.14%
R=57.78%
G=32.08%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451364300.440.820.0427.6290.9956.47
HexF5882B02C5241c5b38
Octal3652105305412243413370
Binary111101011000100010101101011001010010100111001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5882B; }

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

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

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

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

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

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

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

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