Shades of Orange Peel #FF9B02
Tints of Orange Peel #FF9B02
RGB
CMYK
RGB Variations
Color information
#FF9B02 (or 0xFF9B02) is known color: Orange Peel. HEX triplet: FF, 9B and 02. RGB value is (255,155,2). Sum of RGB (Red+Green+Blue) = 255+155+2=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B02 is #0064FD. Grayscale: #A8A8A8. Windows color (decimal): -25854 or 171007. OLE color: 171007.
HSL color Cylindrical-coordinate representation of color #FF9B02: hue angle of 36.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF9B02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0 |
| HSL | 36.28º | 1% | 0.5% | - |
| HSV(B) | 36.28º | 0.99% | 1% | - |
| XYZ | 52.97 | 44.71 | 5.89 | - |
| YUV | 167.46 | 34.63 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 2 | 0 | 0.39 | 0.99 | 0 | 36.28 | 1 | 0.5 |
| Hex | FF | 9B | 2 | 0 | 27 | 63 | 0 | 24 | 64 | 32 |
| Octal | 377 | 233 | 2 | 0 | 47 | 143 | 0 | 44 | 144 | 62 |
| Binary | 11111111 | 10011011 | 10 | 0 | 100111 | 1100011 | 0 | 100100 | 1100100 | 110010 |
Color Harmonies of #FF9B02
Complementary color
Monochromatic Colors of #FF9B02
Black with #FF9B02
Text Example
Text Example
White with #FF9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B02; }
p { color: rgb(255,155,2); }
H1.HeaderClassName
{
color: #FF9B02;
}
.AnyTagClassName
{
color: #FF9B02;
}
</style>
background-color css
<style>
a { background-color: #FF9B02; }
a { background-color: rgb(255,155,2); }
div.DivClassName
{
background-color: #FF9B02;
}
.BgClassName
{
background-color: #FF9B02;
}
</style>
border-color css
<style>
span { border-color: #FF9B02; }
span { border-color: rgb(255,155,2); }
td.TdClassName
{
border-color: #FF9B02;
}
.TagClassName
{
border-color: #FF9B02;
}
</style>