Shades of Sun #FC8A32
Tints of Sun #FC8A32
RGB
CMYK
RGB Variations
Color information
#FC8A32 (or 0xFC8A32) is known color: Sun. HEX triplet: FC, 8A and 32. RGB value is (252,138,50). Sum of RGB (Red+Green+Blue) = 252+138+50=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A32 is #0375CD. Grayscale: #A2A2A2. Windows color (decimal): -226766 or 3312380. OLE color: 3312380.
HSL color Cylindrical-coordinate representation of color #FC8A32: hue angle of 26.14º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC8A32 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 50 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.01 |
| HSL | 26.14º | 0.97% | 0.59% | - |
| HSV(B) | 26.14º | 0.8% | 0.99% | - |
| XYZ | 49.81 | 39.1 | 7.94 | - |
| YUV | 162.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 50 | 0 | 0.45 | 0.80 | 0.01 | 26.14 | 0.97 | 0.59 |
| Hex | FC | 8A | 32 | 0 | 2D | 50 | 1 | 1A | 61 | 3B |
| Octal | 374 | 212 | 62 | 0 | 55 | 120 | 1 | 32 | 141 | 73 |
| Binary | 11111100 | 10001010 | 110010 | 0 | 101101 | 1010000 | 1 | 11010 | 1100001 | 111011 |
Color Harmonies of #FC8A32
Complementary color
Monochromatic Colors of #FC8A32
Black with #FC8A32
Text Example
Text Example
White with #FC8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A32; }
p { color: rgb(252,138,50); }
H1.HeaderClassName
{
color: #FC8A32;
}
.AnyTagClassName
{
color: #FC8A32;
}
</style>
background-color css
<style>
a { background-color: #FC8A32; }
a { background-color: rgb(252,138,50); }
div.DivClassName
{
background-color: #FC8A32;
}
.BgClassName
{
background-color: #FC8A32;
}
</style>
border-color css
<style>
span { border-color: #FC8A32; }
span { border-color: rgb(252,138,50); }
td.TdClassName
{
border-color: #FC8A32;
}
.TagClassName
{
border-color: #FC8A32;
}
</style>