Shades of Orange Peel #FF9F0B
Tints of Orange Peel #FF9F0B
RGB
CMYK
RGB Variations
Color information
#FF9F0B (or 0xFF9F0B) is known color: Orange Peel. HEX triplet: FF, 9F and 0B. RGB value is (255,159,11). Sum of RGB (Red+Green+Blue) = 255+159+11=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F0B is #0060F4. Grayscale: #ABABAB. Windows color (decimal): -24821 or 761855. OLE color: 761855.
HSL color Cylindrical-coordinate representation of color #FF9F0B: hue angle of 36.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF9F0B is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 11 | - |
| CMYK | 0 | 0.38 | 0.96 | 0 |
| HSL | 36.39º | 1% | 0.52% | - |
| HSV(B) | 36.39º | 0.96% | 1% | - |
| XYZ | 53.7 | 46.08 | 6.38 | - |
| YUV | 170.83 | 37.8 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 11 | 0 | 0.38 | 0.96 | 0 | 36.39 | 1 | 0.52 |
| Hex | FF | 9F | B | 0 | 26 | 60 | 0 | 24 | 64 | 34 |
| Octal | 377 | 237 | 13 | 0 | 46 | 140 | 0 | 44 | 144 | 64 |
| Binary | 11111111 | 10011111 | 1011 | 0 | 100110 | 1100000 | 0 | 100100 | 1100100 | 110100 |
Color Harmonies of #FF9F0B
Complementary color
Monochromatic Colors of #FF9F0B
Black with #FF9F0B
Text Example
Text Example
White with #FF9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F0B; }
p { color: rgb(255,159,11); }
H1.HeaderClassName
{
color: #FF9F0B;
}
.AnyTagClassName
{
color: #FF9F0B;
}
</style>
background-color css
<style>
a { background-color: #FF9F0B; }
a { background-color: rgb(255,159,11); }
div.DivClassName
{
background-color: #FF9F0B;
}
.BgClassName
{
background-color: #FF9F0B;
}
</style>
border-color css
<style>
span { border-color: #FF9F0B; }
span { border-color: rgb(255,159,11); }
td.TdClassName
{
border-color: #FF9F0B;
}
.TagClassName
{
border-color: #FF9F0B;
}
</style>