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