Shades of Orange Peel #F99C04
Tints of Orange Peel #F99C04
RGB
CMYK
RGB Variations
Color information
#F99C04 (or 0xF99C04) is known color: Orange Peel. HEX triplet: F9, 9C and 04. RGB value is (249,156,4). Sum of RGB (Red+Green+Blue) = 249+156+4=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C04 is #0663FB. Grayscale: #A7A7A7. Windows color (decimal): -418812 or 302329. OLE color: 302329.
HSL color Cylindrical-coordinate representation of color #F99C04: hue angle of 37.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F99C04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.02 |
| HSL | 37.22º | 0.97% | 0.5% | - |
| HSV(B) | 37.22º | 0.98% | 0.98% | - |
| XYZ | 50.98 | 43.93 | 5.91 | - |
| YUV | 166.48 | 36.31 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 4 | 0 | 0.37 | 0.98 | 0.02 | 37.22 | 0.97 | 0.5 |
| Hex | F9 | 9C | 4 | 0 | 25 | 62 | 2 | 25 | 61 | 32 |
| Octal | 371 | 234 | 4 | 0 | 45 | 142 | 2 | 45 | 141 | 62 |
| Binary | 11111001 | 10011100 | 100 | 0 | 100101 | 1100010 | 10 | 100101 | 1100001 | 110010 |
Color Harmonies of #F99C04
Complementary color
Monochromatic Colors of #F99C04
Black with #F99C04
Text Example
Text Example
White with #F99C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C04; }
p { color: rgb(249,156,4); }
H1.HeaderClassName
{
color: #F99C04;
}
.AnyTagClassName
{
color: #F99C04;
}
</style>
background-color css
<style>
a { background-color: #F99C04; }
a { background-color: rgb(249,156,4); }
div.DivClassName
{
background-color: #F99C04;
}
.BgClassName
{
background-color: #F99C04;
}
</style>
border-color css
<style>
span { border-color: #F99C04; }
span { border-color: rgb(249,156,4); }
td.TdClassName
{
border-color: #F99C04;
}
.TagClassName
{
border-color: #F99C04;
}
</style>