Shades of Orange Peel #F09C03
Tints of Orange Peel #F09C03
RGB
CMYK
RGB Variations
Color information
#F09C03 (or 0xF09C03) is known color: Orange Peel. HEX triplet: F0, 9C and 03. RGB value is (240,156,3). Sum of RGB (Red+Green+Blue) = 240+156+3=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C03 is #0F63FC. Grayscale: #A4A4A4. Windows color (decimal): -1008637 or 236784. OLE color: 236784.
HSL color Cylindrical-coordinate representation of color #F09C03: hue angle of 38.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F09C03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.06 |
| HSL | 38.73º | 0.98% | 0.48% | - |
| HSV(B) | 38.73º | 0.99% | 0.94% | - |
| XYZ | 47.84 | 42.31 | 5.73 | - |
| YUV | 163.67 | 37.33 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 3 | 0 | 0.35 | 0.99 | 0.06 | 38.73 | 0.98 | 0.48 |
| Hex | F0 | 9C | 3 | 0 | 23 | 63 | 6 | 27 | 62 | 30 |
| Octal | 360 | 234 | 3 | 0 | 43 | 143 | 6 | 47 | 142 | 60 |
| Binary | 11110000 | 10011100 | 11 | 0 | 100011 | 1100011 | 110 | 100111 | 1100010 | 110000 |
Color Harmonies of #F09C03
Complementary color
Monochromatic Colors of #F09C03
Black with #F09C03
Text Example
Text Example
White with #F09C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C03; }
p { color: rgb(240,156,3); }
H1.HeaderClassName
{
color: #F09C03;
}
.AnyTagClassName
{
color: #F09C03;
}
</style>
background-color css
<style>
a { background-color: #F09C03; }
a { background-color: rgb(240,156,3); }
div.DivClassName
{
background-color: #F09C03;
}
.BgClassName
{
background-color: #F09C03;
}
</style>
border-color css
<style>
span { border-color: #F09C03; }
span { border-color: rgb(240,156,3); }
td.TdClassName
{
border-color: #F09C03;
}
.TagClassName
{
border-color: #F09C03;
}
</style>