Shades of Orange Peel #F99C03
Tints of Orange Peel #F99C03
RGB
CMYK
RGB Variations
Color information
#F99C03 (or 0xF99C03) is known color: Orange Peel. HEX triplet: F9, 9C and 03. RGB value is (249,156,3). Sum of RGB (Red+Green+Blue) = 249+156+3=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99C03 is #0663FC. Grayscale: #A7A7A7. Windows color (decimal): -418813 or 236793. OLE color: 236793.
HSL color Cylindrical-coordinate representation of color #F99C03: hue angle of 37.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F99C03 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.02 |
| HSL | 37.32º | 0.98% | 0.49% | - |
| HSV(B) | 37.32º | 0.99% | 0.98% | - |
| XYZ | 50.97 | 43.92 | 5.88 | - |
| YUV | 166.37 | 35.81 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 3 | 0 | 0.37 | 0.99 | 0.02 | 37.32 | 0.98 | 0.49 |
| Hex | F9 | 9C | 3 | 0 | 25 | 63 | 2 | 25 | 62 | 31 |
| Octal | 371 | 234 | 3 | 0 | 45 | 143 | 2 | 45 | 142 | 61 |
| Binary | 11111001 | 10011100 | 11 | 0 | 100101 | 1100011 | 10 | 100101 | 1100010 | 110001 |
Color Harmonies of #F99C03
Complementary color
Monochromatic Colors of #F99C03
Black with #F99C03
Text Example
Text Example
White with #F99C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C03; }
p { color: rgb(249,156,3); }
H1.HeaderClassName
{
color: #F99C03;
}
.AnyTagClassName
{
color: #F99C03;
}
</style>
background-color css
<style>
a { background-color: #F99C03; }
a { background-color: rgb(249,156,3); }
div.DivClassName
{
background-color: #F99C03;
}
.BgClassName
{
background-color: #F99C03;
}
</style>
border-color css
<style>
span { border-color: #F99C03; }
span { border-color: rgb(249,156,3); }
td.TdClassName
{
border-color: #F99C03;
}
.TagClassName
{
border-color: #F99C03;
}
</style>