Shades of Orange Peel #F9970C
Tints of Orange Peel #F9970C
RGB
CMYK
RGB Variations
Color information
#F9970C (or 0xF9970C) is known color: Orange Peel. HEX triplet: F9, 97 and 0C. RGB value is (249,151,12). Sum of RGB (Red+Green+Blue) = 249+151+12=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9970C is #0668F3. Grayscale: #A5A5A5. Windows color (decimal): -420084 or 825337. OLE color: 825337.
HSL color Cylindrical-coordinate representation of color #F9970C: hue angle of 35.19º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9970C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.02 |
| HSL | 35.19º | 0.95% | 0.51% | - |
| HSV(B) | 35.19º | 0.95% | 0.98% | - |
| XYZ | 50.2 | 42.3 | 5.87 | - |
| YUV | 164.46 | 41.97 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 12 | 0 | 0.39 | 0.95 | 0.02 | 35.19 | 0.95 | 0.51 |
| Hex | F9 | 97 | C | 0 | 27 | 5F | 2 | 23 | 5F | 33 |
| Octal | 371 | 227 | 14 | 0 | 47 | 137 | 2 | 43 | 137 | 63 |
| Binary | 11111001 | 10010111 | 1100 | 0 | 100111 | 1011111 | 10 | 100011 | 1011111 | 110011 |
Color Harmonies of #F9970C
Complementary color
Monochromatic Colors of #F9970C
Black with #F9970C
Text Example
Text Example
White with #F9970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9970C; }
p { color: rgb(249,151,12); }
H1.HeaderClassName
{
color: #F9970C;
}
.AnyTagClassName
{
color: #F9970C;
}
</style>
background-color css
<style>
a { background-color: #F9970C; }
a { background-color: rgb(249,151,12); }
div.DivClassName
{
background-color: #F9970C;
}
.BgClassName
{
background-color: #F9970C;
}
</style>
border-color css
<style>
span { border-color: #F9970C; }
span { border-color: rgb(249,151,12); }
td.TdClassName
{
border-color: #F9970C;
}
.TagClassName
{
border-color: #F9970C;
}
</style>