Shades of Orange Peel #FF9B0D
Tints of Orange Peel #FF9B0D
RGB
CMYK
RGB Variations
Color information
#FF9B0D (or 0xFF9B0D) is known color: Orange Peel. HEX triplet: FF, 9B and 0D. RGB value is (255,155,13). Sum of RGB (Red+Green+Blue) = 255+155+13=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B0D is #0064F2. Grayscale: #A9A9A9. Windows color (decimal): -25843 or 891903. OLE color: 891903.
HSL color Cylindrical-coordinate representation of color #FF9B0D: hue angle of 35.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9B0D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0 |
| HSL | 35.21º | 1% | 0.53% | - |
| HSV(B) | 35.21º | 0.95% | 1% | - |
| XYZ | 53.03 | 44.73 | 6.22 | - |
| YUV | 168.71 | 40.13 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 13 | 0 | 0.39 | 0.95 | 0 | 35.21 | 1 | 0.53 |
| Hex | FF | 9B | D | 0 | 27 | 5F | 0 | 23 | 64 | 35 |
| Octal | 377 | 233 | 15 | 0 | 47 | 137 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011011 | 1101 | 0 | 100111 | 1011111 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9B0D
Complementary color
Monochromatic Colors of #FF9B0D
Black with #FF9B0D
Text Example
Text Example
White with #FF9B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B0D; }
p { color: rgb(255,155,13); }
H1.HeaderClassName
{
color: #FF9B0D;
}
.AnyTagClassName
{
color: #FF9B0D;
}
</style>
background-color css
<style>
a { background-color: #FF9B0D; }
a { background-color: rgb(255,155,13); }
div.DivClassName
{
background-color: #FF9B0D;
}
.BgClassName
{
background-color: #FF9B0D;
}
</style>
border-color css
<style>
span { border-color: #FF9B0D; }
span { border-color: rgb(255,155,13); }
td.TdClassName
{
border-color: #FF9B0D;
}
.TagClassName
{
border-color: #FF9B0D;
}
</style>