Shades of Lightning Yellow #FAA636
Tints of Lightning Yellow #FAA636
RGB
CMYK
RGB Variations
Color information
#FAA636 (or 0xFAA636) is known color: Lightning Yellow. HEX triplet: FA, A6 and 36. RGB value is (250,166,54). Sum of RGB (Red+Green+Blue) = 250+166+54=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA636 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA636 is #0559C9. Grayscale: #B2B2B2. Windows color (decimal): -350666 or 3581690. OLE color: 3581690.
HSL color Cylindrical-coordinate representation of color #FAA636: hue angle of 34.29º 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 #FAA636 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 54 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.02 |
| HSL | 34.29º | 0.95% | 0.6% | - |
| HSV(B) | 34.29º | 0.78% | 0.98% | - |
| XYZ | 53.73 | 47.86 | 9.9 | - |
| YUV | 178.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 54 | 0 | 0.34 | 0.78 | 0.02 | 34.29 | 0.95 | 0.6 |
| Hex | FA | A6 | 36 | 0 | 22 | 4E | 2 | 22 | 5F | 3C |
| Octal | 372 | 246 | 66 | 0 | 42 | 116 | 2 | 42 | 137 | 74 |
| Binary | 11111010 | 10100110 | 110110 | 0 | 100010 | 1001110 | 10 | 100010 | 1011111 | 111100 |
Color Harmonies of #FAA636
Complementary color
Monochromatic Colors of #FAA636
Black with #FAA636
Text Example
Text Example
White with #FAA636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA636; }
p { color: rgb(250,166,54); }
H1.HeaderClassName
{
color: #FAA636;
}
.AnyTagClassName
{
color: #FAA636;
}
</style>
background-color css
<style>
a { background-color: #FAA636; }
a { background-color: rgb(250,166,54); }
div.DivClassName
{
background-color: #FAA636;
}
.BgClassName
{
background-color: #FAA636;
}
</style>
border-color css
<style>
span { border-color: #FAA636; }
span { border-color: rgb(250,166,54); }
td.TdClassName
{
border-color: #FAA636;
}
.TagClassName
{
border-color: #FAA636;
}
</style>