Shades of Orange #FAAB06
Tints of Orange #FAAB06
RGB
CMYK
RGB Variations
Color information
#FAAB06 (or 0xFAAB06) is known color: Orange. HEX triplet: FA, AB and 06. RGB value is (250,171,6). Sum of RGB (Red+Green+Blue) = 250+171+6=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB06 is #0554F9. Grayscale: #B0B0B0. Windows color (decimal): -349434 or 437242. OLE color: 437242.
HSL color Cylindrical-coordinate representation of color #FAAB06: hue angle of 40.57º 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 #FAAB06 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 6 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.02 |
| HSL | 40.57º | 0.96% | 0.5% | - |
| HSV(B) | 40.57º | 0.98% | 0.98% | - |
| XYZ | 54.02 | 49.46 | 6.87 | - |
| YUV | 175.81 | 32.17 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 6 | 0 | 0.32 | 0.98 | 0.02 | 40.57 | 0.96 | 0.5 |
| Hex | FA | AB | 6 | 0 | 20 | 62 | 2 | 29 | 60 | 32 |
| Octal | 372 | 253 | 6 | 0 | 40 | 142 | 2 | 51 | 140 | 62 |
| Binary | 11111010 | 10101011 | 110 | 0 | 100000 | 1100010 | 10 | 101001 | 1100000 | 110010 |
Color Harmonies of #FAAB06
Complementary color
Monochromatic Colors of #FAAB06
Black with #FAAB06
Text Example
Text Example
White with #FAAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB06; }
p { color: rgb(250,171,6); }
H1.HeaderClassName
{
color: #FAAB06;
}
.AnyTagClassName
{
color: #FAAB06;
}
</style>
background-color css
<style>
a { background-color: #FAAB06; }
a { background-color: rgb(250,171,6); }
div.DivClassName
{
background-color: #FAAB06;
}
.BgClassName
{
background-color: #FAAB06;
}
</style>
border-color css
<style>
span { border-color: #FAAB06; }
span { border-color: rgb(250,171,6); }
td.TdClassName
{
border-color: #FAAB06;
}
.TagClassName
{
border-color: #FAAB06;
}
</style>