Shades of Orange #FAAB07
Tints of Orange #FAAB07
RGB
CMYK
RGB Variations
Color information
#FAAB07 (or 0xFAAB07) is known color: Orange. HEX triplet: FA, AB and 07. RGB value is (250,171,7). Sum of RGB (Red+Green+Blue) = 250+171+7=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB07 is #0554F8. Grayscale: #B0B0B0. Windows color (decimal): -349433 or 502778. OLE color: 502778.
HSL color Cylindrical-coordinate representation of color #FAAB07: hue angle of 40.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAAB07 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.02 |
| HSL | 40.49º | 0.96% | 0.5% | - |
| HSV(B) | 40.49º | 0.97% | 0.98% | - |
| XYZ | 54.03 | 49.47 | 6.9 | - |
| YUV | 175.93 | 32.67 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 7 | 0 | 0.32 | 0.97 | 0.02 | 40.49 | 0.96 | 0.5 |
| Hex | FA | AB | 7 | 0 | 20 | 61 | 2 | 28 | 60 | 32 |
| Octal | 372 | 253 | 7 | 0 | 40 | 141 | 2 | 50 | 140 | 62 |
| Binary | 11111010 | 10101011 | 111 | 0 | 100000 | 1100001 | 10 | 101000 | 1100000 | 110010 |
Color Harmonies of #FAAB07
Complementary color
Monochromatic Colors of #FAAB07
Black with #FAAB07
Text Example
Text Example
White with #FAAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB07; }
p { color: rgb(250,171,7); }
H1.HeaderClassName
{
color: #FAAB07;
}
.AnyTagClassName
{
color: #FAAB07;
}
</style>
background-color css
<style>
a { background-color: #FAAB07; }
a { background-color: rgb(250,171,7); }
div.DivClassName
{
background-color: #FAAB07;
}
.BgClassName
{
background-color: #FAAB07;
}
</style>
border-color css
<style>
span { border-color: #FAAB07; }
span { border-color: rgb(250,171,7); }
td.TdClassName
{
border-color: #FAAB07;
}
.TagClassName
{
border-color: #FAAB07;
}
</style>