Shades of Lightning Yellow #FAA637
Tints of Lightning Yellow #FAA637
RGB
CMYK
RGB Variations
Color information
#FAA637 (or 0xFAA637) is known color: Lightning Yellow. HEX triplet: FA, A6 and 37. RGB value is (250,166,55). Sum of RGB (Red+Green+Blue) = 250+166+55=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA637 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA637 is #0559C8. Grayscale: #B2B2B2. Windows color (decimal): -350665 or 3647226. OLE color: 3647226.
HSL color Cylindrical-coordinate representation of color #FAA637: hue angle of 34.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAA637 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 55 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.02 |
| HSL | 34.15º | 0.95% | 0.6% | - |
| HSV(B) | 34.15º | 0.78% | 0.98% | - |
| XYZ | 53.75 | 47.87 | 10.02 | - |
| YUV | 178.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 55 | 0 | 0.34 | 0.78 | 0.02 | 34.15 | 0.95 | 0.6 |
| Hex | FA | A6 | 37 | 0 | 22 | 4E | 2 | 22 | 5F | 3C |
| Octal | 372 | 246 | 67 | 0 | 42 | 116 | 2 | 42 | 137 | 74 |
| Binary | 11111010 | 10100110 | 110111 | 0 | 100010 | 1001110 | 10 | 100010 | 1011111 | 111100 |
Color Harmonies of #FAA637
Complementary color
Monochromatic Colors of #FAA637
Black with #FAA637
Text Example
Text Example
White with #FAA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA637; }
p { color: rgb(250,166,55); }
H1.HeaderClassName
{
color: #FAA637;
}
.AnyTagClassName
{
color: #FAA637;
}
</style>
background-color css
<style>
a { background-color: #FAA637; }
a { background-color: rgb(250,166,55); }
div.DivClassName
{
background-color: #FAA637;
}
.BgClassName
{
background-color: #FAA637;
}
</style>
border-color css
<style>
span { border-color: #FAA637; }
span { border-color: rgb(250,166,55); }
td.TdClassName
{
border-color: #FAA637;
}
.TagClassName
{
border-color: #FAA637;
}
</style>