Shades of Orange Peel #FC990C
Tints of Orange Peel #FC990C
RGB
CMYK
RGB Variations
Color information
#FC990C (or 0xFC990C) is known color: Orange Peel. HEX triplet: FC, 99 and 0C. RGB value is (252,153,12). Sum of RGB (Red+Green+Blue) = 252+153+12=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC990C is #0366F3. Grayscale: #A7A7A7. Windows color (decimal): -222964 or 825852. OLE color: 825852.
HSL color Cylindrical-coordinate representation of color #FC990C: hue angle of 35.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC990C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.01 |
| HSL | 35.25º | 0.98% | 0.52% | - |
| HSV(B) | 35.25º | 0.95% | 0.99% | - |
| XYZ | 51.6 | 43.5 | 6.03 | - |
| YUV | 166.53 | 40.8 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 12 | 0 | 0.39 | 0.95 | 0.01 | 35.25 | 0.98 | 0.52 |
| Hex | FC | 99 | C | 0 | 27 | 5F | 1 | 23 | 62 | 34 |
| Octal | 374 | 231 | 14 | 0 | 47 | 137 | 1 | 43 | 142 | 64 |
| Binary | 11111100 | 10011001 | 1100 | 0 | 100111 | 1011111 | 1 | 100011 | 1100010 | 110100 |
Color Harmonies of #FC990C
Complementary color
Monochromatic Colors of #FC990C
Black with #FC990C
Text Example
Text Example
White with #FC990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC990C; }
p { color: rgb(252,153,12); }
H1.HeaderClassName
{
color: #FC990C;
}
.AnyTagClassName
{
color: #FC990C;
}
</style>
background-color css
<style>
a { background-color: #FC990C; }
a { background-color: rgb(252,153,12); }
div.DivClassName
{
background-color: #FC990C;
}
.BgClassName
{
background-color: #FC990C;
}
</style>
border-color css
<style>
span { border-color: #FC990C; }
span { border-color: rgb(252,153,12); }
td.TdClassName
{
border-color: #FC990C;
}
.TagClassName
{
border-color: #FC990C;
}
</style>