Shades of Orange Peel #F99C0A
Tints of Orange Peel #F99C0A
RGB
CMYK
RGB Variations
Color information
#F99C0A (or 0xF99C0A) is known color: Orange Peel. HEX triplet: F9, 9C and 0A. RGB value is (249,156,10). Sum of RGB (Red+Green+Blue) = 249+156+10=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C0A is #0663F5. Grayscale: #A7A7A7. Windows color (decimal): -418806 or 695545. OLE color: 695545.
HSL color Cylindrical-coordinate representation of color #F99C0A: hue angle of 36.65º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F99C0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.02 |
| HSL | 36.65º | 0.95% | 0.51% | - |
| HSV(B) | 36.65º | 0.96% | 0.98% | - |
| XYZ | 51.01 | 43.94 | 6.08 | - |
| YUV | 167.16 | 39.31 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 10 | 0 | 0.37 | 0.96 | 0.02 | 36.65 | 0.95 | 0.51 |
| Hex | F9 | 9C | A | 0 | 25 | 60 | 2 | 25 | 5F | 33 |
| Octal | 371 | 234 | 12 | 0 | 45 | 140 | 2 | 45 | 137 | 63 |
| Binary | 11111001 | 10011100 | 1010 | 0 | 100101 | 1100000 | 10 | 100101 | 1011111 | 110011 |
Color Harmonies of #F99C0A
Complementary color
Monochromatic Colors of #F99C0A
Black with #F99C0A
Text Example
Text Example
White with #F99C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C0A; }
p { color: rgb(249,156,10); }
H1.HeaderClassName
{
color: #F99C0A;
}
.AnyTagClassName
{
color: #F99C0A;
}
</style>
background-color css
<style>
a { background-color: #F99C0A; }
a { background-color: rgb(249,156,10); }
div.DivClassName
{
background-color: #F99C0A;
}
.BgClassName
{
background-color: #F99C0A;
}
</style>
border-color css
<style>
span { border-color: #F99C0A; }
span { border-color: rgb(249,156,10); }
td.TdClassName
{
border-color: #F99C0A;
}
.TagClassName
{
border-color: #F99C0A;
}
</style>