Shades of Orange Peel #F49C00
Tints of Orange Peel #F49C00
RGB
CMYK
RGB Variations
Color information
#F49C00 (or 0xF49C00) is known color: Orange Peel. HEX triplet: F4, 9C and 00. RGB value is (244,156,0). Sum of RGB (Red+Green+Blue) = 244+156+0=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49C00 is #0B63FF. Grayscale: #A5A5A5. Windows color (decimal): -746496 or 40180. OLE color: 40180.
HSL color Cylindrical-coordinate representation of color #F49C00: hue angle of 38.36º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F49C00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.04 |
| HSL | 38.36º | 1% | 0.48% | - |
| HSV(B) | 38.36º | 1% | 0.96% | - |
| XYZ | 49.2 | 43.01 | 5.71 | - |
| YUV | 164.53 | 35.15 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 0 | 0 | 0.36 | 1 | 0.04 | 38.36 | 1 | 0.48 |
| Hex | F4 | 9C | 0 | 0 | 24 | 64 | 4 | 26 | 64 | 30 |
| Octal | 364 | 234 | 0 | 0 | 44 | 144 | 4 | 46 | 144 | 60 |
| Binary | 11110100 | 10011100 | 0 | 0 | 100100 | 1100100 | 100 | 100110 | 1100100 | 110000 |
Color Harmonies of #F49C00
Complementary color
Monochromatic Colors of #F49C00
Black with #F49C00
Text Example
Text Example
White with #F49C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C00; }
p { color: rgb(244,156,0); }
H1.HeaderClassName
{
color: #F49C00;
}
.AnyTagClassName
{
color: #F49C00;
}
</style>
background-color css
<style>
a { background-color: #F49C00; }
a { background-color: rgb(244,156,0); }
div.DivClassName
{
background-color: #F49C00;
}
.BgClassName
{
background-color: #F49C00;
}
</style>
border-color css
<style>
span { border-color: #F49C00; }
span { border-color: rgb(244,156,0); }
td.TdClassName
{
border-color: #F49C00;
}
.TagClassName
{
border-color: #F49C00;
}
</style>