Shades of Lightning Yellow #FAA836
Tints of Lightning Yellow #FAA836
RGB
CMYK
RGB Variations
Color information
#FAA836 (or 0xFAA836) is known color: Lightning Yellow. HEX triplet: FA, A8 and 36. RGB value is (250,168,54). Sum of RGB (Red+Green+Blue) = 250+168+54=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA836 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA836 is #0557C9. Grayscale: #B4B4B4. Windows color (decimal): -350154 or 3582202. OLE color: 3582202.
HSL color Cylindrical-coordinate representation of color #FAA836: hue angle of 34.9º 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 #FAA836 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 54 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.02 |
| HSL | 34.9º | 0.95% | 0.6% | - |
| HSV(B) | 34.9º | 0.78% | 0.98% | - |
| XYZ | 54.09 | 48.6 | 10.02 | - |
| YUV | 179.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 54 | 0 | 0.33 | 0.78 | 0.02 | 34.9 | 0.95 | 0.6 |
| Hex | FA | A8 | 36 | 0 | 21 | 4E | 2 | 23 | 5F | 3C |
| Octal | 372 | 250 | 66 | 0 | 41 | 116 | 2 | 43 | 137 | 74 |
| Binary | 11111010 | 10101000 | 110110 | 0 | 100001 | 1001110 | 10 | 100011 | 1011111 | 111100 |
Color Harmonies of #FAA836
Complementary color
Monochromatic Colors of #FAA836
Black with #FAA836
Text Example
Text Example
White with #FAA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA836; }
p { color: rgb(250,168,54); }
H1.HeaderClassName
{
color: #FAA836;
}
.AnyTagClassName
{
color: #FAA836;
}
</style>
background-color css
<style>
a { background-color: #FAA836; }
a { background-color: rgb(250,168,54); }
div.DivClassName
{
background-color: #FAA836;
}
.BgClassName
{
background-color: #FAA836;
}
</style>
border-color css
<style>
span { border-color: #FAA836; }
span { border-color: rgb(250,168,54); }
td.TdClassName
{
border-color: #FAA836;
}
.TagClassName
{
border-color: #FAA836;
}
</style>