Shades of Orange Peel #F29C00
Tints of Orange Peel #F29C00
RGB
CMYK
RGB Variations
Color information
#F29C00 (or 0xF29C00) is known color: Orange Peel. HEX triplet: F2, 9C and 00. RGB value is (242,156,0). Sum of RGB (Red+Green+Blue) = 242+156+0=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29C00 is #0D63FF. Grayscale: #A4A4A4. Windows color (decimal): -877568 or 40178. OLE color: 40178.
HSL color Cylindrical-coordinate representation of color #F29C00: hue angle of 38.68º 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 #F29C00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.05 |
| HSL | 38.68º | 1% | 0.47% | - |
| HSV(B) | 38.68º | 1% | 0.95% | - |
| XYZ | 48.51 | 42.65 | 5.68 | - |
| YUV | 163.93 | 35.49 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 0 | 0 | 0.36 | 1 | 0.05 | 38.68 | 1 | 0.47 |
| Hex | F2 | 9C | 0 | 0 | 24 | 64 | 5 | 27 | 64 | 2F |
| Octal | 362 | 234 | 0 | 0 | 44 | 144 | 5 | 47 | 144 | 57 |
| Binary | 11110010 | 10011100 | 0 | 0 | 100100 | 1100100 | 101 | 100111 | 1100100 | 101111 |
Color Harmonies of #F29C00
Complementary color
Monochromatic Colors of #F29C00
Black with #F29C00
Text Example
Text Example
White with #F29C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C00; }
p { color: rgb(242,156,0); }
H1.HeaderClassName
{
color: #F29C00;
}
.AnyTagClassName
{
color: #F29C00;
}
</style>
background-color css
<style>
a { background-color: #F29C00; }
a { background-color: rgb(242,156,0); }
div.DivClassName
{
background-color: #F29C00;
}
.BgClassName
{
background-color: #F29C00;
}
</style>
border-color css
<style>
span { border-color: #F29C00; }
span { border-color: rgb(242,156,0); }
td.TdClassName
{
border-color: #F29C00;
}
.TagClassName
{
border-color: #F29C00;
}
</style>