Shades of Lightning Yellow #FAA62D
Tints of Lightning Yellow #FAA62D
RGB
CMYK
RGB Variations
Color information
#FAA62D (or 0xFAA62D) is known color: Lightning Yellow. HEX triplet: FA, A6 and 2D. RGB value is (250,166,45). Sum of RGB (Red+Green+Blue) = 250+166+45=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA62D is #0559D2. Grayscale: #B1B1B1. Windows color (decimal): -350675 or 2991866. OLE color: 2991866.
HSL color Cylindrical-coordinate representation of color #FAA62D: hue angle of 35.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA62D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 45 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.02 |
| HSL | 35.41º | 0.95% | 0.58% | - |
| HSV(B) | 35.41º | 0.82% | 0.98% | - |
| XYZ | 53.53 | 47.79 | 8.88 | - |
| YUV | 177.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 45 | 0 | 0.34 | 0.82 | 0.02 | 35.41 | 0.95 | 0.58 |
| Hex | FA | A6 | 2D | 0 | 22 | 52 | 2 | 23 | 5F | 3A |
| Octal | 372 | 246 | 55 | 0 | 42 | 122 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100110 | 101101 | 0 | 100010 | 1010010 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA62D
Complementary color
Monochromatic Colors of #FAA62D
Black with #FAA62D
Text Example
Text Example
White with #FAA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA62D; }
p { color: rgb(250,166,45); }
H1.HeaderClassName
{
color: #FAA62D;
}
.AnyTagClassName
{
color: #FAA62D;
}
</style>
background-color css
<style>
a { background-color: #FAA62D; }
a { background-color: rgb(250,166,45); }
div.DivClassName
{
background-color: #FAA62D;
}
.BgClassName
{
background-color: #FAA62D;
}
</style>
border-color css
<style>
span { border-color: #FAA62D; }
span { border-color: rgb(250,166,45); }
td.TdClassName
{
border-color: #FAA62D;
}
.TagClassName
{
border-color: #FAA62D;
}
</style>