Shades of Orange #FAAB08
Tints of Orange #FAAB08
RGB
CMYK
RGB Variations
Color information
#FAAB08 (or 0xFAAB08) is known color: Orange. HEX triplet: FA, AB and 08. RGB value is (250,171,8). Sum of RGB (Red+Green+Blue) = 250+171+8=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB08 is #0554F7. Grayscale: #B0B0B0. Windows color (decimal): -349432 or 568314. OLE color: 568314.
HSL color Cylindrical-coordinate representation of color #FAAB08: hue angle of 40.41º 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 #FAAB08 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.02 |
| HSL | 40.41º | 0.96% | 0.51% | - |
| HSV(B) | 40.41º | 0.97% | 0.98% | - |
| XYZ | 54.03 | 49.47 | 6.93 | - |
| YUV | 176.04 | 33.17 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 8 | 0 | 0.32 | 0.97 | 0.02 | 40.41 | 0.96 | 0.51 |
| Hex | FA | AB | 8 | 0 | 20 | 61 | 2 | 28 | 60 | 33 |
| Octal | 372 | 253 | 10 | 0 | 40 | 141 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101011 | 1000 | 0 | 100000 | 1100001 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAB08
Complementary color
Monochromatic Colors of #FAAB08
Black with #FAAB08
Text Example
Text Example
White with #FAAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB08; }
p { color: rgb(250,171,8); }
H1.HeaderClassName
{
color: #FAAB08;
}
.AnyTagClassName
{
color: #FAAB08;
}
</style>
background-color css
<style>
a { background-color: #FAAB08; }
a { background-color: rgb(250,171,8); }
div.DivClassName
{
background-color: #FAAB08;
}
.BgClassName
{
background-color: #FAAB08;
}
</style>
border-color css
<style>
span { border-color: #FAAB08; }
span { border-color: rgb(250,171,8); }
td.TdClassName
{
border-color: #FAAB08;
}
.TagClassName
{
border-color: #FAAB08;
}
</style>