Shades of Lightning Yellow #FAA62F
Tints of Lightning Yellow #FAA62F
RGB
CMYK
RGB Variations
Color information
#FAA62F (or 0xFAA62F) is known color: Lightning Yellow. HEX triplet: FA, A6 and 2F. RGB value is (250,166,47). Sum of RGB (Red+Green+Blue) = 250+166+47=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA62F is #0559D0. Grayscale: #B2B2B2. Windows color (decimal): -350673 or 3122938. OLE color: 3122938.
HSL color Cylindrical-coordinate representation of color #FAA62F: hue angle of 35.17º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAA62F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 47 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.02 |
| HSL | 35.17º | 0.95% | 0.58% | - |
| HSV(B) | 35.17º | 0.81% | 0.98% | - |
| XYZ | 53.57 | 47.8 | 9.09 | - |
| YUV | 177.55 | 54.33 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 47 | 0 | 0.34 | 0.81 | 0.02 | 35.17 | 0.95 | 0.58 |
| Hex | FA | A6 | 2F | 0 | 22 | 51 | 2 | 23 | 5F | 3A |
| Octal | 372 | 246 | 57 | 0 | 42 | 121 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100110 | 101111 | 0 | 100010 | 1010001 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA62F
Complementary color
Monochromatic Colors of #FAA62F
Black with #FAA62F
Text Example
Text Example
White with #FAA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA62F; }
p { color: rgb(250,166,47); }
H1.HeaderClassName
{
color: #FAA62F;
}
.AnyTagClassName
{
color: #FAA62F;
}
</style>
background-color css
<style>
a { background-color: #FAA62F; }
a { background-color: rgb(250,166,47); }
div.DivClassName
{
background-color: #FAA62F;
}
.BgClassName
{
background-color: #FAA62F;
}
</style>
border-color css
<style>
span { border-color: #FAA62F; }
span { border-color: rgb(250,166,47); }
td.TdClassName
{
border-color: #FAA62F;
}
.TagClassName
{
border-color: #FAA62F;
}
</style>