Shades of Lightning Yellow #FAA434
Tints of Lightning Yellow #FAA434
RGB
CMYK
RGB Variations
Color information
#FAA434 (or 0xFAA434) is known color: Lightning Yellow. HEX triplet: FA, A4 and 34. RGB value is (250,164,52). Sum of RGB (Red+Green+Blue) = 250+164+52=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA434 is #055BCB. Grayscale: #B1B1B1. Windows color (decimal): -351180 or 3450106. OLE color: 3450106.
HSL color Cylindrical-coordinate representation of color #FAA434: hue angle of 33.94º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAA434 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 52 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 33.94º | 0.95% | 0.59% | - |
| HSV(B) | 33.94º | 0.79% | 0.98% | - |
| XYZ | 53.32 | 47.12 | 9.53 | - |
| YUV | 176.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 52 | 0 | 0.34 | 0.79 | 0.02 | 33.94 | 0.95 | 0.59 |
| Hex | FA | A4 | 34 | 0 | 22 | 4F | 2 | 22 | 5F | 3B |
| Octal | 372 | 244 | 64 | 0 | 42 | 117 | 2 | 42 | 137 | 73 |
| Binary | 11111010 | 10100100 | 110100 | 0 | 100010 | 1001111 | 10 | 100010 | 1011111 | 111011 |
Color Harmonies of #FAA434
Complementary color
Monochromatic Colors of #FAA434
Black with #FAA434
Text Example
Text Example
White with #FAA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA434; }
p { color: rgb(250,164,52); }
H1.HeaderClassName
{
color: #FAA434;
}
.AnyTagClassName
{
color: #FAA434;
}
</style>
background-color css
<style>
a { background-color: #FAA434; }
a { background-color: rgb(250,164,52); }
div.DivClassName
{
background-color: #FAA434;
}
.BgClassName
{
background-color: #FAA434;
}
</style>
border-color css
<style>
span { border-color: #FAA434; }
span { border-color: rgb(250,164,52); }
td.TdClassName
{
border-color: #FAA434;
}
.TagClassName
{
border-color: #FAA434;
}
</style>