Shades of Lightning Yellow #FAA42A
Tints of Lightning Yellow #FAA42A
RGB
CMYK
RGB Variations
Color information
#FAA42A (or 0xFAA42A) is known color: Lightning Yellow. HEX triplet: FA, A4 and 2A. RGB value is (250,164,42). Sum of RGB (Red+Green+Blue) = 250+164+42=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA42A is #055BD5. Grayscale: #B0B0B0. Windows color (decimal): -351190 or 2794746. OLE color: 2794746.
HSL color Cylindrical-coordinate representation of color #FAA42A: hue angle of 35.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAA42A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.02 |
| HSL | 35.19º | 0.95% | 0.57% | - |
| HSV(B) | 35.19º | 0.83% | 0.98% | - |
| XYZ | 53.12 | 47.04 | 8.47 | - |
| YUV | 175.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 42 | 0 | 0.34 | 0.83 | 0.02 | 35.19 | 0.95 | 0.57 |
| Hex | FA | A4 | 2A | 0 | 22 | 53 | 2 | 23 | 5F | 39 |
| Octal | 372 | 244 | 52 | 0 | 42 | 123 | 2 | 43 | 137 | 71 |
| Binary | 11111010 | 10100100 | 101010 | 0 | 100010 | 1010011 | 10 | 100011 | 1011111 | 111001 |
Color Harmonies of #FAA42A
Complementary color
Monochromatic Colors of #FAA42A
Black with #FAA42A
Text Example
Text Example
White with #FAA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA42A; }
p { color: rgb(250,164,42); }
H1.HeaderClassName
{
color: #FAA42A;
}
.AnyTagClassName
{
color: #FAA42A;
}
</style>
background-color css
<style>
a { background-color: #FAA42A; }
a { background-color: rgb(250,164,42); }
div.DivClassName
{
background-color: #FAA42A;
}
.BgClassName
{
background-color: #FAA42A;
}
</style>
border-color css
<style>
span { border-color: #FAA42A; }
span { border-color: rgb(250,164,42); }
td.TdClassName
{
border-color: #FAA42A;
}
.TagClassName
{
border-color: #FAA42A;
}
</style>