Shades of Sun #FC882B
Tints of Sun #FC882B
RGB
CMYK
RGB Variations
Color information
#FC882B (or 0xFC882B) is known color: Sun. HEX triplet: FC, 88 and 2B. RGB value is (252,136,43). Sum of RGB (Red+Green+Blue) = 252+136+43=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC882B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC882B is #0377D4. Grayscale: #A0A0A0. Windows color (decimal): -227285 or 2853116. OLE color: 2853116.
HSL color Cylindrical-coordinate representation of color #FC882B: hue angle of 26.7º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC882B is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 43 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.01 |
| HSL | 26.7º | 0.97% | 0.58% | - |
| HSV(B) | 26.7º | 0.83% | 0.99% | - |
| XYZ | 49.39 | 38.48 | 7.11 | - |
| YUV | 160.08 | 61.93 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 43 | 0 | 0.46 | 0.83 | 0.01 | 26.7 | 0.97 | 0.58 |
| Hex | FC | 88 | 2B | 0 | 2E | 53 | 1 | 1B | 61 | 3A |
| Octal | 374 | 210 | 53 | 0 | 56 | 123 | 1 | 33 | 141 | 72 |
| Binary | 11111100 | 10001000 | 101011 | 0 | 101110 | 1010011 | 1 | 11011 | 1100001 | 111010 |
Color Harmonies of #FC882B
Complementary color
Monochromatic Colors of #FC882B
Black with #FC882B
Text Example
Text Example
White with #FC882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC882B; }
p { color: rgb(252,136,43); }
H1.HeaderClassName
{
color: #FC882B;
}
.AnyTagClassName
{
color: #FC882B;
}
</style>
background-color css
<style>
a { background-color: #FC882B; }
a { background-color: rgb(252,136,43); }
div.DivClassName
{
background-color: #FC882B;
}
.BgClassName
{
background-color: #FC882B;
}
</style>
border-color css
<style>
span { border-color: #FC882B; }
span { border-color: rgb(252,136,43); }
td.TdClassName
{
border-color: #FC882B;
}
.TagClassName
{
border-color: #FC882B;
}
</style>