Shades of Lightning Yellow #FAA736
Tints of Lightning Yellow #FAA736
RGB
CMYK
RGB Variations
Color information
#FAA736 (or 0xFAA736) is known color: Lightning Yellow. HEX triplet: FA, A7 and 36. RGB value is (250,167,54). Sum of RGB (Red+Green+Blue) = 250+167+54=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA736 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA736 is #0558C9. Grayscale: #B3B3B3. Windows color (decimal): -350410 or 3581946. OLE color: 3581946.
HSL color Cylindrical-coordinate representation of color #FAA736: hue angle of 34.59º 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 #FAA736 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 54 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.02 |
| HSL | 34.59º | 0.95% | 0.6% | - |
| HSV(B) | 34.59º | 0.78% | 0.98% | - |
| XYZ | 53.91 | 48.23 | 9.96 | - |
| YUV | 178.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 54 | 0 | 0.33 | 0.78 | 0.02 | 34.59 | 0.95 | 0.6 |
| Hex | FA | A7 | 36 | 0 | 21 | 4E | 2 | 23 | 5F | 3C |
| Octal | 372 | 247 | 66 | 0 | 41 | 116 | 2 | 43 | 137 | 74 |
| Binary | 11111010 | 10100111 | 110110 | 0 | 100001 | 1001110 | 10 | 100011 | 1011111 | 111100 |
Color Harmonies of #FAA736
Complementary color
Monochromatic Colors of #FAA736
Black with #FAA736
Text Example
Text Example
White with #FAA736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA736; }
p { color: rgb(250,167,54); }
H1.HeaderClassName
{
color: #FAA736;
}
.AnyTagClassName
{
color: #FAA736;
}
</style>
background-color css
<style>
a { background-color: #FAA736; }
a { background-color: rgb(250,167,54); }
div.DivClassName
{
background-color: #FAA736;
}
.BgClassName
{
background-color: #FAA736;
}
</style>
border-color css
<style>
span { border-color: #FAA736; }
span { border-color: rgb(250,167,54); }
td.TdClassName
{
border-color: #FAA736;
}
.TagClassName
{
border-color: #FAA736;
}
</style>