Shades of Orange Peel #FF9B05
Tints of Orange Peel #FF9B05
RGB
CMYK
RGB Variations
Color information
#FF9B05 (or 0xFF9B05) is known color: Orange Peel. HEX triplet: FF, 9B and 05. RGB value is (255,155,5). Sum of RGB (Red+Green+Blue) = 255+155+5=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B05 is #0064FA. Grayscale: #A8A8A8. Windows color (decimal): -25851 or 367615. OLE color: 367615.
HSL color Cylindrical-coordinate representation of color #FF9B05: hue angle of 36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9B05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0 |
| HSL | 36º | 1% | 0.51% | - |
| HSV(B) | 36º | 0.98% | 1% | - |
| XYZ | 52.99 | 44.71 | 5.98 | - |
| YUV | 167.8 | 36.13 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 5 | 0 | 0.39 | 0.98 | 0 | 36 | 1 | 0.51 |
| Hex | FF | 9B | 5 | 0 | 27 | 62 | 0 | 24 | 64 | 33 |
| Octal | 377 | 233 | 5 | 0 | 47 | 142 | 0 | 44 | 144 | 63 |
| Binary | 11111111 | 10011011 | 101 | 0 | 100111 | 1100010 | 0 | 100100 | 1100100 | 110011 |
Color Harmonies of #FF9B05
Complementary color
Monochromatic Colors of #FF9B05
Black with #FF9B05
Text Example
Text Example
White with #FF9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B05; }
p { color: rgb(255,155,5); }
H1.HeaderClassName
{
color: #FF9B05;
}
.AnyTagClassName
{
color: #FF9B05;
}
</style>
background-color css
<style>
a { background-color: #FF9B05; }
a { background-color: rgb(255,155,5); }
div.DivClassName
{
background-color: #FF9B05;
}
.BgClassName
{
background-color: #FF9B05;
}
</style>
border-color css
<style>
span { border-color: #FF9B05; }
span { border-color: rgb(255,155,5); }
td.TdClassName
{
border-color: #FF9B05;
}
.TagClassName
{
border-color: #FF9B05;
}
</style>