Shades of Orange Peel #F29F03
Tints of Orange Peel #F29F03
RGB
CMYK
RGB Variations
Color information
#F29F03 (or 0xF29F03) is known color: Orange Peel. HEX triplet: F2, 9F and 03. RGB value is (242,159,3). Sum of RGB (Red+Green+Blue) = 242+159+3=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29F03 is #0D60FC. Grayscale: #A6A6A6. Windows color (decimal): -876797 or 237554. OLE color: 237554.
HSL color Cylindrical-coordinate representation of color #F29F03: hue angle of 39.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F29F03 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.05 |
| HSL | 39.16º | 0.98% | 0.48% | - |
| HSV(B) | 39.16º | 0.99% | 0.95% | - |
| XYZ | 49.03 | 43.68 | 5.93 | - |
| YUV | 166.03 | 36 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 3 | 0 | 0.34 | 0.99 | 0.05 | 39.16 | 0.98 | 0.48 |
| Hex | F2 | 9F | 3 | 0 | 22 | 63 | 5 | 27 | 62 | 30 |
| Octal | 362 | 237 | 3 | 0 | 42 | 143 | 5 | 47 | 142 | 60 |
| Binary | 11110010 | 10011111 | 11 | 0 | 100010 | 1100011 | 101 | 100111 | 1100010 | 110000 |
Color Harmonies of #F29F03
Complementary color
Monochromatic Colors of #F29F03
Black with #F29F03
Text Example
Text Example
White with #F29F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F03; }
p { color: rgb(242,159,3); }
H1.HeaderClassName
{
color: #F29F03;
}
.AnyTagClassName
{
color: #F29F03;
}
</style>
background-color css
<style>
a { background-color: #F29F03; }
a { background-color: rgb(242,159,3); }
div.DivClassName
{
background-color: #F29F03;
}
.BgClassName
{
background-color: #F29F03;
}
</style>
border-color css
<style>
span { border-color: #F29F03; }
span { border-color: rgb(242,159,3); }
td.TdClassName
{
border-color: #F29F03;
}
.TagClassName
{
border-color: #F29F03;
}
</style>