Shades of Orange Peel #FF9B07
Tints of Orange Peel #FF9B07
RGB
CMYK
RGB Variations
Color information
#FF9B07 (or 0xFF9B07) is known color: Orange Peel. HEX triplet: FF, 9B and 07. RGB value is (255,155,7). Sum of RGB (Red+Green+Blue) = 255+155+7=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B07 is #0064F8. Grayscale: #A8A8A8. Windows color (decimal): -25849 or 498687. OLE color: 498687.
HSL color Cylindrical-coordinate representation of color #FF9B07: hue angle of 35.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF9B07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0 |
| HSL | 35.81º | 1% | 0.51% | - |
| HSV(B) | 35.81º | 0.97% | 1% | - |
| XYZ | 53 | 44.72 | 6.04 | - |
| YUV | 168.03 | 37.13 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 7 | 0 | 0.39 | 0.97 | 0 | 35.81 | 1 | 0.51 |
| Hex | FF | 9B | 7 | 0 | 27 | 61 | 0 | 24 | 64 | 33 |
| Octal | 377 | 233 | 7 | 0 | 47 | 141 | 0 | 44 | 144 | 63 |
| Binary | 11111111 | 10011011 | 111 | 0 | 100111 | 1100001 | 0 | 100100 | 1100100 | 110011 |
Color Harmonies of #FF9B07
Complementary color
Monochromatic Colors of #FF9B07
Black with #FF9B07
Text Example
Text Example
White with #FF9B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B07; }
p { color: rgb(255,155,7); }
H1.HeaderClassName
{
color: #FF9B07;
}
.AnyTagClassName
{
color: #FF9B07;
}
</style>
background-color css
<style>
a { background-color: #FF9B07; }
a { background-color: rgb(255,155,7); }
div.DivClassName
{
background-color: #FF9B07;
}
.BgClassName
{
background-color: #FF9B07;
}
</style>
border-color css
<style>
span { border-color: #FF9B07; }
span { border-color: rgb(255,155,7); }
td.TdClassName
{
border-color: #FF9B07;
}
.TagClassName
{
border-color: #FF9B07;
}
</style>