Shades of Sun #FC892F
Tints of Sun #FC892F
RGB
CMYK
RGB Variations
Color information
#FC892F (or 0xFC892F) is known color: Sun. HEX triplet: FC, 89 and 2F. RGB value is (252,137,47). Sum of RGB (Red+Green+Blue) = 252+137+47=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC892F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC892F is #0376D0. Grayscale: #A1A1A1. Windows color (decimal): -227025 or 3115516. OLE color: 3115516.
HSL color Cylindrical-coordinate representation of color #FC892F: hue angle of 26.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC892F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 47 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.01 |
| HSL | 26.34º | 0.97% | 0.59% | - |
| HSV(B) | 26.34º | 0.81% | 0.99% | - |
| XYZ | 49.6 | 38.79 | 7.56 | - |
| YUV | 161.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 47 | 0 | 0.46 | 0.81 | 0.01 | 26.34 | 0.97 | 0.59 |
| Hex | FC | 89 | 2F | 0 | 2E | 51 | 1 | 1A | 61 | 3B |
| Octal | 374 | 211 | 57 | 0 | 56 | 121 | 1 | 32 | 141 | 73 |
| Binary | 11111100 | 10001001 | 101111 | 0 | 101110 | 1010001 | 1 | 11010 | 1100001 | 111011 |
Color Harmonies of #FC892F
Complementary color
Monochromatic Colors of #FC892F
Black with #FC892F
Text Example
Text Example
White with #FC892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC892F; }
p { color: rgb(252,137,47); }
H1.HeaderClassName
{
color: #FC892F;
}
.AnyTagClassName
{
color: #FC892F;
}
</style>
background-color css
<style>
a { background-color: #FC892F; }
a { background-color: rgb(252,137,47); }
div.DivClassName
{
background-color: #FC892F;
}
.BgClassName
{
background-color: #FC892F;
}
</style>
border-color css
<style>
span { border-color: #FC892F; }
span { border-color: rgb(252,137,47); }
td.TdClassName
{
border-color: #FC892F;
}
.TagClassName
{
border-color: #FC892F;
}
</style>