Shades of Sun #FC882D
Tints of Sun #FC882D
RGB
CMYK
RGB Variations
Color information
#FC882D (or 0xFC882D) is known color: 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
| RGB | 252 | 136 | 45 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.01 |
| HSL | 26.38º | 0.97% | 0.58% | - |
| HSV(B) | 26.38º | 0.82% | 0.99% | - |
| XYZ | 49.42 | 38.49 | 7.31 | - |
| YUV | 160.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 45 | 0 | 0.46 | 0.82 | 0.01 | 26.38 | 0.97 | 0.58 |
| Hex | FC | 88 | 2D | 0 | 2E | 52 | 1 | 1A | 61 | 3A |
| Octal | 374 | 210 | 55 | 0 | 56 | 122 | 1 | 32 | 141 | 72 |
| Binary | 11111100 | 10001000 | 101101 | 0 | 101110 | 1010010 | 1 | 11010 | 1100001 | 111010 |
Color Harmonies of #FC882D
Complementary color
Monochromatic Colors of #FC882D
Black with #FC882D
Text Example
Text Example
White with #FC882D
Text Example
Text Example
HTML Codes & Css Web 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>