Shades of Orange Peel #FA970C
Tints of Orange Peel #FA970C
RGB
CMYK
RGB Variations
Color information
#FA970C (or 0xFA970C) is known color: Orange Peel. HEX triplet: FA, 97 and 0C. RGB value is (250,151,12). Sum of RGB (Red+Green+Blue) = 250+151+12=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA970C is #0568F3. Grayscale: #A5A5A5. Windows color (decimal): -354548 or 825338. OLE color: 825338.
HSL color Cylindrical-coordinate representation of color #FA970C: hue angle of 35.04º degrees, saturation: 0.96, 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 #FA970C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.02 |
| HSL | 35.04º | 0.96% | 0.51% | - |
| HSV(B) | 35.04º | 0.95% | 0.98% | - |
| XYZ | 50.56 | 42.48 | 5.88 | - |
| YUV | 164.76 | 41.8 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 12 | 0 | 0.40 | 0.95 | 0.02 | 35.04 | 0.96 | 0.51 |
| Hex | FA | 97 | C | 0 | 28 | 5F | 2 | 23 | 60 | 33 |
| Octal | 372 | 227 | 14 | 0 | 50 | 137 | 2 | 43 | 140 | 63 |
| Binary | 11111010 | 10010111 | 1100 | 0 | 101000 | 1011111 | 10 | 100011 | 1100000 | 110011 |
Color Harmonies of #FA970C
Complementary color
Monochromatic Colors of #FA970C
Black with #FA970C
Text Example
Text Example
White with #FA970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA970C; }
p { color: rgb(250,151,12); }
H1.HeaderClassName
{
color: #FA970C;
}
.AnyTagClassName
{
color: #FA970C;
}
</style>
background-color css
<style>
a { background-color: #FA970C; }
a { background-color: rgb(250,151,12); }
div.DivClassName
{
background-color: #FA970C;
}
.BgClassName
{
background-color: #FA970C;
}
</style>
border-color css
<style>
span { border-color: #FA970C; }
span { border-color: rgb(250,151,12); }
td.TdClassName
{
border-color: #FA970C;
}
.TagClassName
{
border-color: #FA970C;
}
</style>