Shades of Sun #FC8A35
Tints of Sun #FC8A35
RGB
CMYK
RGB Variations
Color information
#FC8A35 (or 0xFC8A35) is known color: Sun. HEX triplet: FC, 8A and 35. RGB value is (252,138,53). Sum of RGB (Red+Green+Blue) = 252+138+53=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A35 is #0375CA. Grayscale: #A2A2A2. Windows color (decimal): -226763 or 3508988. OLE color: 3508988.
HSL color Cylindrical-coordinate representation of color #FC8A35: hue angle of 25.63º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC8A35 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 53 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.01 |
| HSL | 25.63º | 0.97% | 0.6% | - |
| HSV(B) | 25.63º | 0.79% | 0.99% | - |
| XYZ | 49.88 | 39.13 | 8.29 | - |
| YUV | 162.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 53 | 0 | 0.45 | 0.79 | 0.01 | 25.63 | 0.97 | 0.6 |
| Hex | FC | 8A | 35 | 0 | 2D | 4F | 1 | 1A | 61 | 3C |
| Octal | 374 | 212 | 65 | 0 | 55 | 117 | 1 | 32 | 141 | 74 |
| Binary | 11111100 | 10001010 | 110101 | 0 | 101101 | 1001111 | 1 | 11010 | 1100001 | 111100 |
Color Harmonies of #FC8A35
Complementary color
Monochromatic Colors of #FC8A35
Black with #FC8A35
Text Example
Text Example
White with #FC8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A35; }
p { color: rgb(252,138,53); }
H1.HeaderClassName
{
color: #FC8A35;
}
.AnyTagClassName
{
color: #FC8A35;
}
</style>
background-color css
<style>
a { background-color: #FC8A35; }
a { background-color: rgb(252,138,53); }
div.DivClassName
{
background-color: #FC8A35;
}
.BgClassName
{
background-color: #FC8A35;
}
</style>
border-color css
<style>
span { border-color: #FC8A35; }
span { border-color: rgb(252,138,53); }
td.TdClassName
{
border-color: #FC8A35;
}
.TagClassName
{
border-color: #FC8A35;
}
</style>