Shades of Orange Peel #FC990A
Tints of Orange Peel #FC990A
RGB
CMYK
RGB Variations
Color information
#FC990A (or 0xFC990A) is known color: Orange Peel. HEX triplet: FC, 99 and 0A. RGB value is (252,153,10). Sum of RGB (Red+Green+Blue) = 252+153+10=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC990A is #0366F5. Grayscale: #A6A6A6. Windows color (decimal): -222966 or 694780. OLE color: 694780.
HSL color Cylindrical-coordinate representation of color #FC990A: hue angle of 35.45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC990A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.01 |
| HSL | 35.45º | 0.98% | 0.51% | - |
| HSV(B) | 35.45º | 0.96% | 0.99% | - |
| XYZ | 51.59 | 43.5 | 5.96 | - |
| YUV | 166.3 | 39.8 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 10 | 0 | 0.39 | 0.96 | 0.01 | 35.45 | 0.98 | 0.51 |
| Hex | FC | 99 | A | 0 | 27 | 60 | 1 | 23 | 62 | 33 |
| Octal | 374 | 231 | 12 | 0 | 47 | 140 | 1 | 43 | 142 | 63 |
| Binary | 11111100 | 10011001 | 1010 | 0 | 100111 | 1100000 | 1 | 100011 | 1100010 | 110011 |
Color Harmonies of #FC990A
Complementary color
Monochromatic Colors of #FC990A
Black with #FC990A
Text Example
Text Example
White with #FC990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC990A; }
p { color: rgb(252,153,10); }
H1.HeaderClassName
{
color: #FC990A;
}
.AnyTagClassName
{
color: #FC990A;
}
</style>
background-color css
<style>
a { background-color: #FC990A; }
a { background-color: rgb(252,153,10); }
div.DivClassName
{
background-color: #FC990A;
}
.BgClassName
{
background-color: #FC990A;
}
</style>
border-color css
<style>
span { border-color: #FC990A; }
span { border-color: rgb(252,153,10); }
td.TdClassName
{
border-color: #FC990A;
}
.TagClassName
{
border-color: #FC990A;
}
</style>