Shades of Lightning Yellow #FAA42C
Tints of Lightning Yellow #FAA42C
RGB
CMYK
RGB Variations
Color information
#FAA42C (or 0xFAA42C) is known color: Lightning Yellow. HEX triplet: FA, A4 and 2C. RGB value is (250,164,44). Sum of RGB (Red+Green+Blue) = 250+164+44=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA42C is #055BD3. Grayscale: #B0B0B0. Windows color (decimal): -351188 or 2925818. OLE color: 2925818.
HSL color Cylindrical-coordinate representation of color #FAA42C: hue angle of 34.95º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAA42C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 44 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.02 |
| HSL | 34.95º | 0.95% | 0.58% | - |
| HSV(B) | 34.95º | 0.82% | 0.98% | - |
| XYZ | 53.15 | 47.06 | 8.66 | - |
| YUV | 176.03 | 53.49 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 44 | 0 | 0.34 | 0.82 | 0.02 | 34.95 | 0.95 | 0.58 |
| Hex | FA | A4 | 2C | 0 | 22 | 52 | 2 | 23 | 5F | 3A |
| Octal | 372 | 244 | 54 | 0 | 42 | 122 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100100 | 101100 | 0 | 100010 | 1010010 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA42C
Complementary color
Monochromatic Colors of #FAA42C
Black with #FAA42C
Text Example
Text Example
White with #FAA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA42C; }
p { color: rgb(250,164,44); }
H1.HeaderClassName
{
color: #FAA42C;
}
.AnyTagClassName
{
color: #FAA42C;
}
</style>
background-color css
<style>
a { background-color: #FAA42C; }
a { background-color: rgb(250,164,44); }
div.DivClassName
{
background-color: #FAA42C;
}
.BgClassName
{
background-color: #FAA42C;
}
</style>
border-color css
<style>
span { border-color: #FAA42C; }
span { border-color: rgb(250,164,44); }
td.TdClassName
{
border-color: #FAA42C;
}
.TagClassName
{
border-color: #FAA42C;
}
</style>