Shades of Orange Peel #F99D0A
Tints of Orange Peel #F99D0A
RGB
CMYK
RGB Variations
Color information
#F99D0A (or 0xF99D0A) is known color: Orange Peel. HEX triplet: F9, 9D and 0A. RGB value is (249,157,10). Sum of RGB (Red+Green+Blue) = 249+157+10=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99D0A is #0662F5. Grayscale: #A8A8A8. Windows color (decimal): -418550 or 695801. OLE color: 695801.
HSL color Cylindrical-coordinate representation of color #F99D0A: hue angle of 36.9º 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 #F99D0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.02 |
| HSL | 36.9º | 0.95% | 0.51% | - |
| HSV(B) | 36.9º | 0.96% | 0.98% | - |
| XYZ | 51.18 | 44.28 | 6.14 | - |
| YUV | 167.75 | 38.98 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 10 | 0 | 0.37 | 0.96 | 0.02 | 36.9 | 0.95 | 0.51 |
| Hex | F9 | 9D | A | 0 | 25 | 60 | 2 | 25 | 5F | 33 |
| Octal | 371 | 235 | 12 | 0 | 45 | 140 | 2 | 45 | 137 | 63 |
| Binary | 11111001 | 10011101 | 1010 | 0 | 100101 | 1100000 | 10 | 100101 | 1011111 | 110011 |
Color Harmonies of #F99D0A
Complementary color
Monochromatic Colors of #F99D0A
Black with #F99D0A
Text Example
Text Example
White with #F99D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D0A; }
p { color: rgb(249,157,10); }
H1.HeaderClassName
{
color: #F99D0A;
}
.AnyTagClassName
{
color: #F99D0A;
}
</style>
background-color css
<style>
a { background-color: #F99D0A; }
a { background-color: rgb(249,157,10); }
div.DivClassName
{
background-color: #F99D0A;
}
.BgClassName
{
background-color: #F99D0A;
}
</style>
border-color css
<style>
span { border-color: #F99D0A; }
span { border-color: rgb(249,157,10); }
td.TdClassName
{
border-color: #F99D0A;
}
.TagClassName
{
border-color: #F99D0A;
}
</style>