Shades of Orange #FAAC00
Tints of Orange #FAAC00
RGB
CMYK
RGB Variations
Color information
#FAAC00 (or 0xFAAC00) is known color: Orange. HEX triplet: FA, AC and 00. RGB value is (250,172,0). Sum of RGB (Red+Green+Blue) = 250+172+0=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC00 is #0553FF. Grayscale: #B0B0B0. Windows color (decimal): -349184 or 44282. OLE color: 44282.
HSL color Cylindrical-coordinate representation of color #FAAC00: hue angle of 41.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAAC00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.02 |
| HSL | 41.28º | 1% | 0.49% | - |
| HSV(B) | 41.28º | 1% | 0.98% | - |
| XYZ | 54.18 | 49.83 | 6.76 | - |
| YUV | 175.71 | 28.84 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 0 | 0 | 0.31 | 1 | 0.02 | 41.28 | 1 | 0.49 |
| Hex | FA | AC | 0 | 0 | 1F | 64 | 2 | 29 | 64 | 31 |
| Octal | 372 | 254 | 0 | 0 | 37 | 144 | 2 | 51 | 144 | 61 |
| Binary | 11111010 | 10101100 | 0 | 0 | 11111 | 1100100 | 10 | 101001 | 1100100 | 110001 |
Color Harmonies of #FAAC00
Complementary color
Monochromatic Colors of #FAAC00
Black with #FAAC00
Text Example
Text Example
White with #FAAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC00; }
p { color: rgb(250,172,0); }
H1.HeaderClassName
{
color: #FAAC00;
}
.AnyTagClassName
{
color: #FAAC00;
}
</style>
background-color css
<style>
a { background-color: #FAAC00; }
a { background-color: rgb(250,172,0); }
div.DivClassName
{
background-color: #FAAC00;
}
.BgClassName
{
background-color: #FAAC00;
}
</style>
border-color css
<style>
span { border-color: #FAAC00; }
span { border-color: rgb(250,172,0); }
td.TdClassName
{
border-color: #FAAC00;
}
.TagClassName
{
border-color: #FAAC00;
}
</style>