Shades of Sun #FC8D40
Tints of Sun #FC8D40
RGB
CMYK
RGB Variations
Color information
#FC8D40 (or 0xFC8D40) is known color: Sun. HEX triplet: FC, 8D and 40. RGB value is (252,141,64). Sum of RGB (Red+Green+Blue) = 252+141+64=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D40 is #0372BF. Grayscale: #A5A5A5. Windows color (decimal): -225984 or 4230652. OLE color: 4230652.
HSL color Cylindrical-coordinate representation of color #FC8D40: hue angle of 24.57º 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 #FC8D40 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 64 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.01 |
| HSL | 24.57º | 0.97% | 0.62% | - |
| HSV(B) | 24.57º | 0.75% | 0.99% | - |
| XYZ | 50.6 | 40.12 | 9.93 | - |
| YUV | 165.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 64 | 0 | 0.44 | 0.75 | 0.01 | 24.57 | 0.97 | 0.62 |
| Hex | FC | 8D | 40 | 0 | 2C | 4B | 1 | 19 | 61 | 3E |
| Octal | 374 | 215 | 100 | 0 | 54 | 113 | 1 | 31 | 141 | 76 |
| Binary | 11111100 | 10001101 | 1000000 | 0 | 101100 | 1001011 | 1 | 11001 | 1100001 | 111110 |
Color Harmonies of #FC8D40
Complementary color
Monochromatic Colors of #FC8D40
Black with #FC8D40
Text Example
Text Example
White with #FC8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D40; }
p { color: rgb(252,141,64); }
H1.HeaderClassName
{
color: #FC8D40;
}
.AnyTagClassName
{
color: #FC8D40;
}
</style>
background-color css
<style>
a { background-color: #FC8D40; }
a { background-color: rgb(252,141,64); }
div.DivClassName
{
background-color: #FC8D40;
}
.BgClassName
{
background-color: #FC8D40;
}
</style>
border-color css
<style>
span { border-color: #FC8D40; }
span { border-color: rgb(252,141,64); }
td.TdClassName
{
border-color: #FC8D40;
}
.TagClassName
{
border-color: #FC8D40;
}
</style>