Shades of Orange #FAA407
Tints of Orange #FAA407
RGB
CMYK
RGB Variations
Color information
#FAA407 (or 0xFAA407) is known color: Orange. HEX triplet: FA, A4 and 07. RGB value is (250,164,7). Sum of RGB (Red+Green+Blue) = 250+164+7=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA407 is #055BF8. Grayscale: #ACACAC. Windows color (decimal): -351225 or 500986. OLE color: 500986.
HSL color Cylindrical-coordinate representation of color #FAA407: hue angle of 38.77º 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 #FAA407 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.02 |
| HSL | 38.77º | 0.96% | 0.5% | - |
| HSV(B) | 38.77º | 0.97% | 0.98% | - |
| XYZ | 52.74 | 46.89 | 6.47 | - |
| YUV | 171.82 | 34.99 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 7 | 0 | 0.34 | 0.97 | 0.02 | 38.77 | 0.96 | 0.5 |
| Hex | FA | A4 | 7 | 0 | 22 | 61 | 2 | 27 | 60 | 32 |
| Octal | 372 | 244 | 7 | 0 | 42 | 141 | 2 | 47 | 140 | 62 |
| Binary | 11111010 | 10100100 | 111 | 0 | 100010 | 1100001 | 10 | 100111 | 1100000 | 110010 |
Color Harmonies of #FAA407
Complementary color
Monochromatic Colors of #FAA407
Black with #FAA407
Text Example
Text Example
White with #FAA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA407; }
p { color: rgb(250,164,7); }
H1.HeaderClassName
{
color: #FAA407;
}
.AnyTagClassName
{
color: #FAA407;
}
</style>
background-color css
<style>
a { background-color: #FAA407; }
a { background-color: rgb(250,164,7); }
div.DivClassName
{
background-color: #FAA407;
}
.BgClassName
{
background-color: #FAA407;
}
</style>
border-color css
<style>
span { border-color: #FAA407; }
span { border-color: rgb(250,164,7); }
td.TdClassName
{
border-color: #FAA407;
}
.TagClassName
{
border-color: #FAA407;
}
</style>