Shades of Orange #FAA808
Tints of Orange #FAA808
RGB
CMYK
RGB Variations
Color information
#FAA808 (or 0xFAA808) is known color: Orange. HEX triplet: FA, A8 and 08. RGB value is (250,168,8). Sum of RGB (Red+Green+Blue) = 250+168+8=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA808 is #0557F7. Grayscale: #AFAFAF. Windows color (decimal): -350200 or 567546. OLE color: 567546.
HSL color Cylindrical-coordinate representation of color #FAA808: hue angle of 39.67º 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 #FAA808 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 8 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.02 |
| HSL | 39.67º | 0.96% | 0.51% | - |
| HSV(B) | 39.67º | 0.97% | 0.98% | - |
| XYZ | 53.47 | 48.35 | 6.74 | - |
| YUV | 174.28 | 34.17 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 8 | 0 | 0.33 | 0.97 | 0.02 | 39.67 | 0.96 | 0.51 |
| Hex | FA | A8 | 8 | 0 | 21 | 61 | 2 | 28 | 60 | 33 |
| Octal | 372 | 250 | 10 | 0 | 41 | 141 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101000 | 1000 | 0 | 100001 | 1100001 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAA808
Complementary color
Monochromatic Colors of #FAA808
Black with #FAA808
Text Example
Text Example
White with #FAA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA808; }
p { color: rgb(250,168,8); }
H1.HeaderClassName
{
color: #FAA808;
}
.AnyTagClassName
{
color: #FAA808;
}
</style>
background-color css
<style>
a { background-color: #FAA808; }
a { background-color: rgb(250,168,8); }
div.DivClassName
{
background-color: #FAA808;
}
.BgClassName
{
background-color: #FAA808;
}
</style>
border-color css
<style>
span { border-color: #FAA808; }
span { border-color: rgb(250,168,8); }
td.TdClassName
{
border-color: #FAA808;
}
.TagClassName
{
border-color: #FAA808;
}
</style>