Shades of Sun #FC8F40
Tints of Sun #FC8F40
RGB
CMYK
RGB Variations
Color information
#FC8F40 (or 0xFC8F40) is known color: Sun. HEX triplet: FC, 8F and 40. RGB value is (252,143,64). Sum of RGB (Red+Green+Blue) = 252+143+64=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F40 is #0370BF. Grayscale: #A7A7A7. Windows color (decimal): -225472 or 4231164. OLE color: 4231164.
HSL color Cylindrical-coordinate representation of color #FC8F40: hue angle of 25.21º 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 #FC8F40 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 64 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.01 |
| HSL | 25.21º | 0.97% | 0.62% | - |
| HSV(B) | 25.21º | 0.75% | 0.99% | - |
| XYZ | 50.89 | 40.71 | 10.03 | - |
| YUV | 166.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 64 | 0 | 0.43 | 0.75 | 0.01 | 25.21 | 0.97 | 0.62 |
| Hex | FC | 8F | 40 | 0 | 2B | 4B | 1 | 19 | 61 | 3E |
| Octal | 374 | 217 | 100 | 0 | 53 | 113 | 1 | 31 | 141 | 76 |
| Binary | 11111100 | 10001111 | 1000000 | 0 | 101011 | 1001011 | 1 | 11001 | 1100001 | 111110 |
Color Harmonies of #FC8F40
Complementary color
Monochromatic Colors of #FC8F40
Black with #FC8F40
Text Example
Text Example
White with #FC8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F40; }
p { color: rgb(252,143,64); }
H1.HeaderClassName
{
color: #FC8F40;
}
.AnyTagClassName
{
color: #FC8F40;
}
</style>
background-color css
<style>
a { background-color: #FC8F40; }
a { background-color: rgb(252,143,64); }
div.DivClassName
{
background-color: #FC8F40;
}
.BgClassName
{
background-color: #FC8F40;
}
</style>
border-color css
<style>
span { border-color: #FC8F40; }
span { border-color: rgb(252,143,64); }
td.TdClassName
{
border-color: #FC8F40;
}
.TagClassName
{
border-color: #FC8F40;
}
</style>