Shades of Orange Peel #F19C04
Tints of Orange Peel #F19C04
RGB
CMYK
RGB Variations
Color information
#F19C04 (or 0xF19C04) is known color: Orange Peel. HEX triplet: F1, 9C and 04. RGB value is (241,156,4). Sum of RGB (Red+Green+Blue) = 241+156+4=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C04 is #0E63FB. Grayscale: #A4A4A4. Windows color (decimal): -943100 or 302321. OLE color: 302321.
HSL color Cylindrical-coordinate representation of color #F19C04: hue angle of 38.48º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F19C04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.05 |
| HSL | 38.48º | 0.97% | 0.48% | - |
| HSV(B) | 38.48º | 0.98% | 0.95% | - |
| XYZ | 48.19 | 42.49 | 5.78 | - |
| YUV | 164.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 4 | 0 | 0.35 | 0.98 | 0.05 | 38.48 | 0.97 | 0.48 |
| Hex | F1 | 9C | 4 | 0 | 23 | 62 | 5 | 26 | 61 | 30 |
| Octal | 361 | 234 | 4 | 0 | 43 | 142 | 5 | 46 | 141 | 60 |
| Binary | 11110001 | 10011100 | 100 | 0 | 100011 | 1100010 | 101 | 100110 | 1100001 | 110000 |
Color Harmonies of #F19C04
Complementary color
Monochromatic Colors of #F19C04
Black with #F19C04
Text Example
Text Example
White with #F19C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C04; }
p { color: rgb(241,156,4); }
H1.HeaderClassName
{
color: #F19C04;
}
.AnyTagClassName
{
color: #F19C04;
}
</style>
background-color css
<style>
a { background-color: #F19C04; }
a { background-color: rgb(241,156,4); }
div.DivClassName
{
background-color: #F19C04;
}
.BgClassName
{
background-color: #F19C04;
}
</style>
border-color css
<style>
span { border-color: #F19C04; }
span { border-color: rgb(241,156,4); }
td.TdClassName
{
border-color: #F19C04;
}
.TagClassName
{
border-color: #F19C04;
}
</style>