Shades of Orange #FAAF00
Tints of Orange #FAAF00
RGB
CMYK
RGB Variations
Color information
#FAAF00 (or 0xFAAF00) is known color: Orange. HEX triplet: FA, AF and 00. RGB value is (250,175,0). Sum of RGB (Red+Green+Blue) = 250+175+0=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF00 is #0550FF. Grayscale: #B2B2B2. Windows color (decimal): -348416 or 45050. OLE color: 45050.
HSL color Cylindrical-coordinate representation of color #FAAF00: hue angle of 42º 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 #FAAF00 is Cyan = 0, Magento = 0.3, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 0 | - |
| CMYK | 0 | 0.3 | 1 | 0.02 |
| HSL | 42º | 1% | 0.49% | - |
| HSV(B) | 42º | 1% | 0.98% | - |
| XYZ | 54.75 | 50.98 | 6.96 | - |
| YUV | 177.48 | 27.85 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 0 | 0 | 0.3 | 1 | 0.02 | 42 | 1 | 0.49 |
| Hex | FA | AF | 0 | 0 | 1E | 64 | 2 | 2A | 64 | 31 |
| Octal | 372 | 257 | 0 | 0 | 36 | 144 | 2 | 52 | 144 | 61 |
| Binary | 11111010 | 10101111 | 0 | 0 | 11110 | 1100100 | 10 | 101010 | 1100100 | 110001 |
Color Harmonies of #FAAF00
Complementary color
Monochromatic Colors of #FAAF00
Black with #FAAF00
Text Example
Text Example
White with #FAAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF00; }
p { color: rgb(250,175,0); }
H1.HeaderClassName
{
color: #FAAF00;
}
.AnyTagClassName
{
color: #FAAF00;
}
</style>
background-color css
<style>
a { background-color: #FAAF00; }
a { background-color: rgb(250,175,0); }
div.DivClassName
{
background-color: #FAAF00;
}
.BgClassName
{
background-color: #FAAF00;
}
</style>
border-color css
<style>
span { border-color: #FAAF00; }
span { border-color: rgb(250,175,0); }
td.TdClassName
{
border-color: #FAAF00;
}
.TagClassName
{
border-color: #FAAF00;
}
</style>