Shades of Lightning Yellow #FAA632
Tints of Lightning Yellow #FAA632
RGB
CMYK
RGB Variations
Color information
#FAA632 (or 0xFAA632) is known color: Lightning Yellow. HEX triplet: FA, A6 and 32. RGB value is (250,166,50). Sum of RGB (Red+Green+Blue) = 250+166+50=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA632 is #0559CD. Grayscale: #B2B2B2. Windows color (decimal): -350670 or 3319546. OLE color: 3319546.
HSL color Cylindrical-coordinate representation of color #FAA632: hue angle of 34.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAA632 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 50 | - |
| CMYK | 0 | 0.34 | 0.8 | 0.02 |
| HSL | 34.8º | 0.95% | 0.59% | - |
| HSV(B) | 34.8º | 0.8% | 0.98% | - |
| XYZ | 53.64 | 47.83 | 9.42 | - |
| YUV | 177.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 50 | 0 | 0.34 | 0.8 | 0.02 | 34.8 | 0.95 | 0.59 |
| Hex | FA | A6 | 32 | 0 | 22 | 50 | 2 | 23 | 5F | 3B |
| Octal | 372 | 246 | 62 | 0 | 42 | 120 | 2 | 43 | 137 | 73 |
| Binary | 11111010 | 10100110 | 110010 | 0 | 100010 | 1010000 | 10 | 100011 | 1011111 | 111011 |
Color Harmonies of #FAA632
Complementary color
Monochromatic Colors of #FAA632
Black with #FAA632
Text Example
Text Example
White with #FAA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA632; }
p { color: rgb(250,166,50); }
H1.HeaderClassName
{
color: #FAA632;
}
.AnyTagClassName
{
color: #FAA632;
}
</style>
background-color css
<style>
a { background-color: #FAA632; }
a { background-color: rgb(250,166,50); }
div.DivClassName
{
background-color: #FAA632;
}
.BgClassName
{
background-color: #FAA632;
}
</style>
border-color css
<style>
span { border-color: #FAA632; }
span { border-color: rgb(250,166,50); }
td.TdClassName
{
border-color: #FAA632;
}
.TagClassName
{
border-color: #FAA632;
}
</style>