Shades of Sun #FC8940
Tints of Sun #FC8940
RGB
CMYK
RGB Variations
Color information
#FC8940 (or 0xFC8940) is known color: Sun. HEX triplet: FC, 89 and 40. RGB value is (252,137,64). Sum of RGB (Red+Green+Blue) = 252+137+64=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8940 is #0376BF. Grayscale: #A3A3A3. Windows color (decimal): -227008 or 4229628. OLE color: 4229628.
HSL color Cylindrical-coordinate representation of color #FC8940: hue angle of 23.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC8940 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 64 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.01 |
| HSL | 23.3º | 0.97% | 0.62% | - |
| HSV(B) | 23.3º | 0.75% | 0.99% | - |
| XYZ | 50.02 | 38.96 | 9.73 | - |
| YUV | 163.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 64 | 0 | 0.46 | 0.75 | 0.01 | 23.3 | 0.97 | 0.62 |
| Hex | FC | 89 | 40 | 0 | 2E | 4B | 1 | 17 | 61 | 3E |
| Octal | 374 | 211 | 100 | 0 | 56 | 113 | 1 | 27 | 141 | 76 |
| Binary | 11111100 | 10001001 | 1000000 | 0 | 101110 | 1001011 | 1 | 10111 | 1100001 | 111110 |
Color Harmonies of #FC8940
Complementary color
Monochromatic Colors of #FC8940
Black with #FC8940
Text Example
Text Example
White with #FC8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8940; }
p { color: rgb(252,137,64); }
H1.HeaderClassName
{
color: #FC8940;
}
.AnyTagClassName
{
color: #FC8940;
}
</style>
background-color css
<style>
a { background-color: #FC8940; }
a { background-color: rgb(252,137,64); }
div.DivClassName
{
background-color: #FC8940;
}
.BgClassName
{
background-color: #FC8940;
}
</style>
border-color css
<style>
span { border-color: #FC8940; }
span { border-color: rgb(252,137,64); }
td.TdClassName
{
border-color: #FC8940;
}
.TagClassName
{
border-color: #FC8940;
}
</style>