Shades of Orange #FAAA06
Tints of Orange #FAAA06
RGB
CMYK
RGB Variations
Color information
#FAAA06 (or 0xFAAA06) is known color: Orange. HEX triplet: FA, AA and 06. RGB value is (250,170,6). Sum of RGB (Red+Green+Blue) = 250+170+6=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA06 is #0555F9. Grayscale: #AFAFAF. Windows color (decimal): -349690 or 436986. OLE color: 436986.
HSL color Cylindrical-coordinate representation of color #FAAA06: hue angle of 40.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAAA06 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 6 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.02 |
| HSL | 40.33º | 0.96% | 0.5% | - |
| HSV(B) | 40.33º | 0.98% | 0.98% | - |
| XYZ | 53.83 | 49.09 | 6.81 | - |
| YUV | 175.22 | 32.5 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 6 | 0 | 0.32 | 0.98 | 0.02 | 40.33 | 0.96 | 0.5 |
| Hex | FA | AA | 6 | 0 | 20 | 62 | 2 | 28 | 60 | 32 |
| Octal | 372 | 252 | 6 | 0 | 40 | 142 | 2 | 50 | 140 | 62 |
| Binary | 11111010 | 10101010 | 110 | 0 | 100000 | 1100010 | 10 | 101000 | 1100000 | 110010 |
Color Harmonies of #FAAA06
Complementary color
Monochromatic Colors of #FAAA06
Black with #FAAA06
Text Example
Text Example
White with #FAAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA06; }
p { color: rgb(250,170,6); }
H1.HeaderClassName
{
color: #FAAA06;
}
.AnyTagClassName
{
color: #FAAA06;
}
</style>
background-color css
<style>
a { background-color: #FAAA06; }
a { background-color: rgb(250,170,6); }
div.DivClassName
{
background-color: #FAAA06;
}
.BgClassName
{
background-color: #FAAA06;
}
</style>
border-color css
<style>
span { border-color: #FAAA06; }
span { border-color: rgb(250,170,6); }
td.TdClassName
{
border-color: #FAAA06;
}
.TagClassName
{
border-color: #FAAA06;
}
</style>