Shades of Orange Peel #F99C0B
Tints of Orange Peel #F99C0B
RGB
CMYK
RGB Variations
Color information
#F99C0B (or 0xF99C0B) is known color: Orange Peel. HEX triplet: F9, 9C and 0B. RGB value is (249,156,11). Sum of RGB (Red+Green+Blue) = 249+156+11=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C0B is #0663F4. Grayscale: #A7A7A7. Windows color (decimal): -418805 or 761081. OLE color: 761081.
HSL color Cylindrical-coordinate representation of color #F99C0B: hue angle of 36.55º 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 #F99C0B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 11 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.02 |
| HSL | 36.55º | 0.95% | 0.51% | - |
| HSV(B) | 36.55º | 0.96% | 0.98% | - |
| XYZ | 51.02 | 43.94 | 6.11 | - |
| YUV | 167.28 | 39.81 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 11 | 0 | 0.37 | 0.96 | 0.02 | 36.55 | 0.95 | 0.51 |
| Hex | F9 | 9C | B | 0 | 25 | 60 | 2 | 25 | 5F | 33 |
| Octal | 371 | 234 | 13 | 0 | 45 | 140 | 2 | 45 | 137 | 63 |
| Binary | 11111001 | 10011100 | 1011 | 0 | 100101 | 1100000 | 10 | 100101 | 1011111 | 110011 |
Color Harmonies of #F99C0B
Complementary color
Monochromatic Colors of #F99C0B
Black with #F99C0B
Text Example
Text Example
White with #F99C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C0B; }
p { color: rgb(249,156,11); }
H1.HeaderClassName
{
color: #F99C0B;
}
.AnyTagClassName
{
color: #F99C0B;
}
</style>
background-color css
<style>
a { background-color: #F99C0B; }
a { background-color: rgb(249,156,11); }
div.DivClassName
{
background-color: #F99C0B;
}
.BgClassName
{
background-color: #F99C0B;
}
</style>
border-color css
<style>
span { border-color: #F99C0B; }
span { border-color: rgb(249,156,11); }
td.TdClassName
{
border-color: #F99C0B;
}
.TagClassName
{
border-color: #F99C0B;
}
</style>