Shades of Orange Peel #F9990D
Tints of Orange Peel #F9990D
RGB
CMYK
RGB Variations
Color information
#F9990D (or 0xF9990D) is known color: Orange Peel. HEX triplet: F9, 99 and 0D. RGB value is (249,153,13). Sum of RGB (Red+Green+Blue) = 249+153+13=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9990D is #0666F2. Grayscale: #A6A6A6. Windows color (decimal): -419571 or 891385. OLE color: 891385.
HSL color Cylindrical-coordinate representation of color #F9990D: hue angle of 35.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9990D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.02 |
| HSL | 35.59º | 0.95% | 0.51% | - |
| HSV(B) | 35.59º | 0.95% | 0.98% | - |
| XYZ | 50.53 | 42.95 | 6.01 | - |
| YUV | 165.74 | 41.8 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 13 | 0 | 0.39 | 0.95 | 0.02 | 35.59 | 0.95 | 0.51 |
| Hex | F9 | 99 | D | 0 | 27 | 5F | 2 | 24 | 5F | 33 |
| Octal | 371 | 231 | 15 | 0 | 47 | 137 | 2 | 44 | 137 | 63 |
| Binary | 11111001 | 10011001 | 1101 | 0 | 100111 | 1011111 | 10 | 100100 | 1011111 | 110011 |
Color Harmonies of #F9990D
Complementary color
Monochromatic Colors of #F9990D
Black with #F9990D
Text Example
Text Example
White with #F9990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9990D; }
p { color: rgb(249,153,13); }
H1.HeaderClassName
{
color: #F9990D;
}
.AnyTagClassName
{
color: #F9990D;
}
</style>
background-color css
<style>
a { background-color: #F9990D; }
a { background-color: rgb(249,153,13); }
div.DivClassName
{
background-color: #F9990D;
}
.BgClassName
{
background-color: #F9990D;
}
</style>
border-color css
<style>
span { border-color: #F9990D; }
span { border-color: rgb(249,153,13); }
td.TdClassName
{
border-color: #F9990D;
}
.TagClassName
{
border-color: #F9990D;
}
</style>