#FC882D

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

Shades of Sun #FC882D

Tints of Sun #FC882D

Color information

#FC882D (or 0xFC882D) is unknown color: approx Sun. HEX triplet: FC, 88 and 2D. RGB value is (252,136,45). Sum of RGB (Red+Green+Blue) = 252+136+45=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC882D is #0377D2. Grayscale: #A0A0A0. Windows color (decimal): -227283 or 2984188. OLE color: 2984188.

HSL color Cylindrical-coordinate representation of color #FC882D: hue angle of 26.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC882D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB25213645-
CMYK00.460.820.01
HSL26.38º97.18%58.24%-
HSV(B)26.38º82.14%98.82%-
XYZ49.4238.497.31-
YUV160.3162.93193.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 45 (17.97% from 255) = 10.39%
R=58.20%
G=31.41%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521364500.460.820.0126.3897.1858.24
HexFC882D02E5211a613a
Octal3742105505612213214172
Binary1111110010001000101101010111010100101110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC882D; }

 p { color: rgb(252,136,45); }

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

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

 a { background-color: rgb(252,136,45); }

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

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

 span { border-color: rgb(252,136,45); }

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