Shades of Orange Peel #F4A004
Tints of Orange Peel #F4A004
RGB
CMYK
RGB Variations
Color information
#F4A004 (or 0xF4A004) is known color: Orange Peel. HEX triplet: F4, A0 and 04. RGB value is (244,160,4). Sum of RGB (Red+Green+Blue) = 244+160+4=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A004 is #0B5FFB. Grayscale: #A8A8A8. Windows color (decimal): -745468 or 303348. OLE color: 303348.
HSL color Cylindrical-coordinate representation of color #F4A004: hue angle of 39º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4A004 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.04 |
| HSL | 39º | 0.97% | 0.49% | - |
| HSV(B) | 39º | 0.98% | 0.96% | - |
| XYZ | 49.9 | 44.38 | 6.05 | - |
| YUV | 167.33 | 35.83 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 4 | 0 | 0.34 | 0.98 | 0.04 | 39 | 0.97 | 0.49 |
| Hex | F4 | A0 | 4 | 0 | 22 | 62 | 4 | 27 | 61 | 31 |
| Octal | 364 | 240 | 4 | 0 | 42 | 142 | 4 | 47 | 141 | 61 |
| Binary | 11110100 | 10100000 | 100 | 0 | 100010 | 1100010 | 100 | 100111 | 1100001 | 110001 |
Color Harmonies of #F4A004
Complementary color
Monochromatic Colors of #F4A004
Black with #F4A004
Text Example
Text Example
White with #F4A004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A004; }
p { color: rgb(244,160,4); }
H1.HeaderClassName
{
color: #F4A004;
}
.AnyTagClassName
{
color: #F4A004;
}
</style>
background-color css
<style>
a { background-color: #F4A004; }
a { background-color: rgb(244,160,4); }
div.DivClassName
{
background-color: #F4A004;
}
.BgClassName
{
background-color: #F4A004;
}
</style>
border-color css
<style>
span { border-color: #F4A004; }
span { border-color: rgb(244,160,4); }
td.TdClassName
{
border-color: #F4A004;
}
.TagClassName
{
border-color: #F4A004;
}
</style>