Shades of Orange Peel #FAA008
Tints of Orange Peel #FAA008
RGB
CMYK
RGB Variations
Color information
#FAA008 (or 0xFAA008) is known color: Orange Peel. HEX triplet: FA, A0 and 08. RGB value is (250,160,8). Sum of RGB (Red+Green+Blue) = 250+160+8=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA008 is #055FF7. Grayscale: #AAAAAA. Windows color (decimal): -352248 or 565498. OLE color: 565498.
HSL color Cylindrical-coordinate representation of color #FAA008: hue angle of 37.69º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAA008 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 8 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.02 |
| HSL | 37.69º | 0.96% | 0.51% | - |
| HSV(B) | 37.69º | 0.97% | 0.98% | - |
| XYZ | 52.04 | 45.48 | 6.27 | - |
| YUV | 169.58 | 36.82 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 8 | 0 | 0.36 | 0.97 | 0.02 | 37.69 | 0.96 | 0.51 |
| Hex | FA | A0 | 8 | 0 | 24 | 61 | 2 | 26 | 60 | 33 |
| Octal | 372 | 240 | 10 | 0 | 44 | 141 | 2 | 46 | 140 | 63 |
| Binary | 11111010 | 10100000 | 1000 | 0 | 100100 | 1100001 | 10 | 100110 | 1100000 | 110011 |
Color Harmonies of #FAA008
Complementary color
Monochromatic Colors of #FAA008
Black with #FAA008
Text Example
Text Example
White with #FAA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA008; }
p { color: rgb(250,160,8); }
H1.HeaderClassName
{
color: #FAA008;
}
.AnyTagClassName
{
color: #FAA008;
}
</style>
background-color css
<style>
a { background-color: #FAA008; }
a { background-color: rgb(250,160,8); }
div.DivClassName
{
background-color: #FAA008;
}
.BgClassName
{
background-color: #FAA008;
}
</style>
border-color css
<style>
span { border-color: #FAA008; }
span { border-color: rgb(250,160,8); }
td.TdClassName
{
border-color: #FAA008;
}
.TagClassName
{
border-color: #FAA008;
}
</style>