Shades of Orange Peel #F9990B
Tints of Orange Peel #F9990B
RGB
CMYK
RGB Variations
Color information
#F9990B (or 0xF9990B) is known color: Orange Peel. HEX triplet: F9, 99 and 0B. RGB value is (249,153,11). Sum of RGB (Red+Green+Blue) = 249+153+11=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9990B is #0666F4. Grayscale: #A6A6A6. Windows color (decimal): -419573 or 760313. OLE color: 760313.
HSL color Cylindrical-coordinate representation of color #F9990B: hue angle of 35.8º 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 #F9990B is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 11 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.02 |
| HSL | 35.8º | 0.95% | 0.51% | - |
| HSV(B) | 35.8º | 0.96% | 0.98% | - |
| XYZ | 50.52 | 42.95 | 5.94 | - |
| YUV | 165.52 | 40.8 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 11 | 0 | 0.39 | 0.96 | 0.02 | 35.8 | 0.95 | 0.51 |
| Hex | F9 | 99 | B | 0 | 27 | 60 | 2 | 24 | 5F | 33 |
| Octal | 371 | 231 | 13 | 0 | 47 | 140 | 2 | 44 | 137 | 63 |
| Binary | 11111001 | 10011001 | 1011 | 0 | 100111 | 1100000 | 10 | 100100 | 1011111 | 110011 |
Color Harmonies of #F9990B
Complementary color
Monochromatic Colors of #F9990B
Black with #F9990B
Text Example
Text Example
White with #F9990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9990B; }
p { color: rgb(249,153,11); }
H1.HeaderClassName
{
color: #F9990B;
}
.AnyTagClassName
{
color: #F9990B;
}
</style>
background-color css
<style>
a { background-color: #F9990B; }
a { background-color: rgb(249,153,11); }
div.DivClassName
{
background-color: #F9990B;
}
.BgClassName
{
background-color: #F9990B;
}
</style>
border-color css
<style>
span { border-color: #F9990B; }
span { border-color: rgb(249,153,11); }
td.TdClassName
{
border-color: #F9990B;
}
.TagClassName
{
border-color: #F9990B;
}
</style>