Shades of Sun #FC8F3E
Tints of Sun #FC8F3E
RGB
CMYK
RGB Variations
Color information
#FC8F3E (or 0xFC8F3E) is known color: Sun. HEX triplet: FC, 8F and 3E. RGB value is (252,143,62). Sum of RGB (Red+Green+Blue) = 252+143+62=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F3E is #0370C1. Grayscale: #A6A6A6. Windows color (decimal): -225474 or 4100092. OLE color: 4100092.
HSL color Cylindrical-coordinate representation of color #FC8F3E: hue angle of 25.58º 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 #FC8F3E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 62 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.01 |
| HSL | 25.58º | 0.97% | 0.62% | - |
| HSV(B) | 25.58º | 0.75% | 0.99% | - |
| XYZ | 50.84 | 40.69 | 9.73 | - |
| YUV | 166.36 | 69.11 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 62 | 0 | 0.43 | 0.75 | 0.01 | 25.58 | 0.97 | 0.62 |
| Hex | FC | 8F | 3E | 0 | 2B | 4B | 1 | 1A | 61 | 3E |
| Octal | 374 | 217 | 76 | 0 | 53 | 113 | 1 | 32 | 141 | 76 |
| Binary | 11111100 | 10001111 | 111110 | 0 | 101011 | 1001011 | 1 | 11010 | 1100001 | 111110 |
Color Harmonies of #FC8F3E
Complementary color
Monochromatic Colors of #FC8F3E
Black with #FC8F3E
Text Example
Text Example
White with #FC8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F3E; }
p { color: rgb(252,143,62); }
H1.HeaderClassName
{
color: #FC8F3E;
}
.AnyTagClassName
{
color: #FC8F3E;
}
</style>
background-color css
<style>
a { background-color: #FC8F3E; }
a { background-color: rgb(252,143,62); }
div.DivClassName
{
background-color: #FC8F3E;
}
.BgClassName
{
background-color: #FC8F3E;
}
</style>
border-color css
<style>
span { border-color: #FC8F3E; }
span { border-color: rgb(252,143,62); }
td.TdClassName
{
border-color: #FC8F3E;
}
.TagClassName
{
border-color: #FC8F3E;
}
</style>