Shades of Sun #FC8730
Tints of Sun #FC8730
RGB
CMYK
RGB Variations
Color information
#FC8730 (or 0xFC8730) is known color: Sun. HEX triplet: FC, 87 and 30. RGB value is (252,135,48). Sum of RGB (Red+Green+Blue) = 252+135+48=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8730 is #0378CF. Grayscale: #A0A0A0. Windows color (decimal): -227536 or 3180540. OLE color: 3180540.
HSL color Cylindrical-coordinate representation of color #FC8730: hue angle of 25.59º 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 #FC8730 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 48 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.01 |
| HSL | 25.59º | 0.97% | 0.59% | - |
| HSV(B) | 25.59º | 0.81% | 0.99% | - |
| XYZ | 49.34 | 38.24 | 7.58 | - |
| YUV | 160.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 48 | 0 | 0.46 | 0.81 | 0.01 | 25.59 | 0.97 | 0.59 |
| Hex | FC | 87 | 30 | 0 | 2E | 51 | 1 | 1A | 61 | 3B |
| Octal | 374 | 207 | 60 | 0 | 56 | 121 | 1 | 32 | 141 | 73 |
| Binary | 11111100 | 10000111 | 110000 | 0 | 101110 | 1010001 | 1 | 11010 | 1100001 | 111011 |
Color Harmonies of #FC8730
Complementary color
Monochromatic Colors of #FC8730
Black with #FC8730
Text Example
Text Example
White with #FC8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8730; }
p { color: rgb(252,135,48); }
H1.HeaderClassName
{
color: #FC8730;
}
.AnyTagClassName
{
color: #FC8730;
}
</style>
background-color css
<style>
a { background-color: #FC8730; }
a { background-color: rgb(252,135,48); }
div.DivClassName
{
background-color: #FC8730;
}
.BgClassName
{
background-color: #FC8730;
}
</style>
border-color css
<style>
span { border-color: #FC8730; }
span { border-color: rgb(252,135,48); }
td.TdClassName
{
border-color: #FC8730;
}
.TagClassName
{
border-color: #FC8730;
}
</style>