Shades of Sun #FC8B40
Tints of Sun #FC8B40
RGB
CMYK
RGB Variations
Color information
#FC8B40 (or 0xFC8B40) is known color: Sun. HEX triplet: FC, 8B and 40. RGB value is (252,139,64). Sum of RGB (Red+Green+Blue) = 252+139+64=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8B40 is #0374BF. Grayscale: #A4A4A4. Windows color (decimal): -226496 or 4230140. OLE color: 4230140.
HSL color Cylindrical-coordinate representation of color #FC8B40: hue angle of 23.94º 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 #FC8B40 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 64 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.01 |
| HSL | 23.94º | 0.97% | 0.62% | - |
| HSV(B) | 23.94º | 0.75% | 0.99% | - |
| XYZ | 50.3 | 39.53 | 9.83 | - |
| YUV | 164.24 | 71.44 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 64 | 0 | 0.45 | 0.75 | 0.01 | 23.94 | 0.97 | 0.62 |
| Hex | FC | 8B | 40 | 0 | 2D | 4B | 1 | 18 | 61 | 3E |
| Octal | 374 | 213 | 100 | 0 | 55 | 113 | 1 | 30 | 141 | 76 |
| Binary | 11111100 | 10001011 | 1000000 | 0 | 101101 | 1001011 | 1 | 11000 | 1100001 | 111110 |
Color Harmonies of #FC8B40
Complementary color
Monochromatic Colors of #FC8B40
Black with #FC8B40
Text Example
Text Example
White with #FC8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B40; }
p { color: rgb(252,139,64); }
H1.HeaderClassName
{
color: #FC8B40;
}
.AnyTagClassName
{
color: #FC8B40;
}
</style>
background-color css
<style>
a { background-color: #FC8B40; }
a { background-color: rgb(252,139,64); }
div.DivClassName
{
background-color: #FC8B40;
}
.BgClassName
{
background-color: #FC8B40;
}
</style>
border-color css
<style>
span { border-color: #FC8B40; }
span { border-color: rgb(252,139,64); }
td.TdClassName
{
border-color: #FC8B40;
}
.TagClassName
{
border-color: #FC8B40;
}
</style>