Shades of Orange Peel #FF9F04
Tints of Orange Peel #FF9F04
RGB
CMYK
RGB Variations
Color information
#FF9F04 (or 0xFF9F04) is known color: Orange Peel. HEX triplet: FF, 9F and 04. RGB value is (255,159,4). Sum of RGB (Red+Green+Blue) = 255+159+4=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F04 is #0060FB. Grayscale: #AAAAAA. Windows color (decimal): -24828 or 303103. OLE color: 303103.
HSL color Cylindrical-coordinate representation of color #FF9F04: hue angle of 37.05º 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 #FF9F04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0 |
| HSL | 37.05º | 1% | 0.51% | - |
| HSV(B) | 37.05º | 0.98% | 1% | - |
| XYZ | 53.66 | 46.07 | 6.18 | - |
| YUV | 170.03 | 34.3 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 4 | 0 | 0.38 | 0.98 | 0 | 37.05 | 1 | 0.51 |
| Hex | FF | 9F | 4 | 0 | 26 | 62 | 0 | 25 | 64 | 33 |
| Octal | 377 | 237 | 4 | 0 | 46 | 142 | 0 | 45 | 144 | 63 |
| Binary | 11111111 | 10011111 | 100 | 0 | 100110 | 1100010 | 0 | 100101 | 1100100 | 110011 |
Color Harmonies of #FF9F04
Complementary color
Monochromatic Colors of #FF9F04
Black with #FF9F04
Text Example
Text Example
White with #FF9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F04; }
p { color: rgb(255,159,4); }
H1.HeaderClassName
{
color: #FF9F04;
}
.AnyTagClassName
{
color: #FF9F04;
}
</style>
background-color css
<style>
a { background-color: #FF9F04; }
a { background-color: rgb(255,159,4); }
div.DivClassName
{
background-color: #FF9F04;
}
.BgClassName
{
background-color: #FF9F04;
}
</style>
border-color css
<style>
span { border-color: #FF9F04; }
span { border-color: rgb(255,159,4); }
td.TdClassName
{
border-color: #FF9F04;
}
.TagClassName
{
border-color: #FF9F04;
}
</style>