Shades of Sun #FC8B32
Tints of Sun #FC8B32
RGB
CMYK
RGB Variations
Color information
#FC8B32 (or 0xFC8B32) is known color: Sun. HEX triplet: FC, 8B and 32. RGB value is (252,139,50). Sum of RGB (Red+Green+Blue) = 252+139+50=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8B32 is #0374CD. Grayscale: #A3A3A3. Windows color (decimal): -226510 or 3312636. OLE color: 3312636.
HSL color Cylindrical-coordinate representation of color #FC8B32: hue angle of 26.44º 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 #FC8B32 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 50 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.01 |
| HSL | 26.44º | 0.97% | 0.59% | - |
| HSV(B) | 26.44º | 0.8% | 0.99% | - |
| XYZ | 49.95 | 39.39 | 7.99 | - |
| YUV | 162.64 | 64.44 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 50 | 0 | 0.45 | 0.80 | 0.01 | 26.44 | 0.97 | 0.59 |
| Hex | FC | 8B | 32 | 0 | 2D | 50 | 1 | 1A | 61 | 3B |
| Octal | 374 | 213 | 62 | 0 | 55 | 120 | 1 | 32 | 141 | 73 |
| Binary | 11111100 | 10001011 | 110010 | 0 | 101101 | 1010000 | 1 | 11010 | 1100001 | 111011 |
Color Harmonies of #FC8B32
Complementary color
Monochromatic Colors of #FC8B32
Black with #FC8B32
Text Example
Text Example
White with #FC8B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B32; }
p { color: rgb(252,139,50); }
H1.HeaderClassName
{
color: #FC8B32;
}
.AnyTagClassName
{
color: #FC8B32;
}
</style>
background-color css
<style>
a { background-color: #FC8B32; }
a { background-color: rgb(252,139,50); }
div.DivClassName
{
background-color: #FC8B32;
}
.BgClassName
{
background-color: #FC8B32;
}
</style>
border-color css
<style>
span { border-color: #FC8B32; }
span { border-color: rgb(252,139,50); }
td.TdClassName
{
border-color: #FC8B32;
}
.TagClassName
{
border-color: #FC8B32;
}
</style>