Shades of Orange Peel #FF9B09
Tints of Orange Peel #FF9B09
RGB
CMYK
RGB Variations
Color information
#FF9B09 (or 0xFF9B09) is known color: Orange Peel. HEX triplet: FF, 9B and 09. RGB value is (255,155,9). Sum of RGB (Red+Green+Blue) = 255+155+9=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B09 is #0064F6. Grayscale: #A8A8A8. Windows color (decimal): -25847 or 629759. OLE color: 629759.
HSL color Cylindrical-coordinate representation of color #FF9B09: hue angle of 35.61º 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 #FF9B09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0 |
| HSL | 35.61º | 1% | 0.52% | - |
| HSV(B) | 35.61º | 0.96% | 1% | - |
| XYZ | 53.01 | 44.72 | 6.1 | - |
| YUV | 168.26 | 38.13 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 9 | 0 | 0.39 | 0.96 | 0 | 35.61 | 1 | 0.52 |
| Hex | FF | 9B | 9 | 0 | 27 | 60 | 0 | 24 | 64 | 34 |
| Octal | 377 | 233 | 11 | 0 | 47 | 140 | 0 | 44 | 144 | 64 |
| Binary | 11111111 | 10011011 | 1001 | 0 | 100111 | 1100000 | 0 | 100100 | 1100100 | 110100 |
Color Harmonies of #FF9B09
Complementary color
Monochromatic Colors of #FF9B09
Black with #FF9B09
Text Example
Text Example
White with #FF9B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B09; }
p { color: rgb(255,155,9); }
H1.HeaderClassName
{
color: #FF9B09;
}
.AnyTagClassName
{
color: #FF9B09;
}
</style>
background-color css
<style>
a { background-color: #FF9B09; }
a { background-color: rgb(255,155,9); }
div.DivClassName
{
background-color: #FF9B09;
}
.BgClassName
{
background-color: #FF9B09;
}
</style>
border-color css
<style>
span { border-color: #FF9B09; }
span { border-color: rgb(255,155,9); }
td.TdClassName
{
border-color: #FF9B09;
}
.TagClassName
{
border-color: #FF9B09;
}
</style>