Shades of Orange Peel #F29A00
Tints of Orange Peel #F29A00
RGB
CMYK
RGB Variations
Color information
#F29A00 (or 0xF29A00) is known color: Orange Peel. HEX triplet: F2, 9A and 00. RGB value is (242,154,0). Sum of RGB (Red+Green+Blue) = 242+154+0=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29A00 is #0D65FF. Grayscale: #A3A3A3. Windows color (decimal): -878080 or 39666. OLE color: 39666.
HSL color Cylindrical-coordinate representation of color #F29A00: hue angle of 38.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F29A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.05 |
| HSL | 38.18º | 1% | 0.47% | - |
| HSV(B) | 38.18º | 1% | 0.95% | - |
| XYZ | 48.17 | 41.99 | 5.57 | - |
| YUV | 162.76 | 36.15 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 0 | 0 | 0.36 | 1 | 0.05 | 38.18 | 1 | 0.47 |
| Hex | F2 | 9A | 0 | 0 | 24 | 64 | 5 | 26 | 64 | 2F |
| Octal | 362 | 232 | 0 | 0 | 44 | 144 | 5 | 46 | 144 | 57 |
| Binary | 11110010 | 10011010 | 0 | 0 | 100100 | 1100100 | 101 | 100110 | 1100100 | 101111 |
Color Harmonies of #F29A00
Complementary color
Monochromatic Colors of #F29A00
Black with #F29A00
Text Example
Text Example
White with #F29A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A00; }
p { color: rgb(242,154,0); }
H1.HeaderClassName
{
color: #F29A00;
}
.AnyTagClassName
{
color: #F29A00;
}
</style>
background-color css
<style>
a { background-color: #F29A00; }
a { background-color: rgb(242,154,0); }
div.DivClassName
{
background-color: #F29A00;
}
.BgClassName
{
background-color: #F29A00;
}
</style>
border-color css
<style>
span { border-color: #F29A00; }
span { border-color: rgb(242,154,0); }
td.TdClassName
{
border-color: #F29A00;
}
.TagClassName
{
border-color: #F29A00;
}
</style>