Shades of Sun #FC8831
Tints of Sun #FC8831
RGB
CMYK
RGB Variations
Color information
#FC8831 (or 0xFC8831) is known color: Sun. HEX triplet: FC, 88 and 31. RGB value is (252,136,49). Sum of RGB (Red+Green+Blue) = 252+136+49=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8831 is #0377CE. Grayscale: #A1A1A1. Windows color (decimal): -227279 or 3246332. OLE color: 3246332.
HSL color Cylindrical-coordinate representation of color #FC8831: hue angle of 25.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC8831 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 49 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.01 |
| HSL | 25.71º | 0.97% | 0.59% | - |
| HSV(B) | 25.71º | 0.81% | 0.99% | - |
| XYZ | 49.5 | 38.53 | 7.73 | - |
| YUV | 160.77 | 64.93 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 49 | 0 | 0.46 | 0.81 | 0.01 | 25.71 | 0.97 | 0.59 |
| Hex | FC | 88 | 31 | 0 | 2E | 51 | 1 | 1A | 61 | 3B |
| Octal | 374 | 210 | 61 | 0 | 56 | 121 | 1 | 32 | 141 | 73 |
| Binary | 11111100 | 10001000 | 110001 | 0 | 101110 | 1010001 | 1 | 11010 | 1100001 | 111011 |
Color Harmonies of #FC8831
Complementary color
Monochromatic Colors of #FC8831
Black with #FC8831
Text Example
Text Example
White with #FC8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8831; }
p { color: rgb(252,136,49); }
H1.HeaderClassName
{
color: #FC8831;
}
.AnyTagClassName
{
color: #FC8831;
}
</style>
background-color css
<style>
a { background-color: #FC8831; }
a { background-color: rgb(252,136,49); }
div.DivClassName
{
background-color: #FC8831;
}
.BgClassName
{
background-color: #FC8831;
}
</style>
border-color css
<style>
span { border-color: #FC8831; }
span { border-color: rgb(252,136,49); }
td.TdClassName
{
border-color: #FC8831;
}
.TagClassName
{
border-color: #FC8831;
}
</style>