Shades of Lightning Yellow #FAA42D
Tints of Lightning Yellow #FAA42D
RGB
CMYK
RGB Variations
Color information
#FAA42D (or 0xFAA42D) is known color: Lightning Yellow. HEX triplet: FA, A4 and 2D. RGB value is (250,164,45). Sum of RGB (Red+Green+Blue) = 250+164+45=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA42D is #055BD2. Grayscale: #B0B0B0. Windows color (decimal): -351187 or 2991354. OLE color: 2991354.
HSL color Cylindrical-coordinate representation of color #FAA42D: hue angle of 34.83º 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 #FAA42D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 45 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.02 |
| HSL | 34.83º | 0.95% | 0.58% | - |
| HSV(B) | 34.83º | 0.82% | 0.98% | - |
| XYZ | 53.17 | 47.06 | 8.76 | - |
| YUV | 176.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 45 | 0 | 0.34 | 0.82 | 0.02 | 34.83 | 0.95 | 0.58 |
| Hex | FA | A4 | 2D | 0 | 22 | 52 | 2 | 23 | 5F | 3A |
| Octal | 372 | 244 | 55 | 0 | 42 | 122 | 2 | 43 | 137 | 72 |
| Binary | 11111010 | 10100100 | 101101 | 0 | 100010 | 1010010 | 10 | 100011 | 1011111 | 111010 |
Color Harmonies of #FAA42D
Complementary color
Monochromatic Colors of #FAA42D
Black with #FAA42D
Text Example
Text Example
White with #FAA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA42D; }
p { color: rgb(250,164,45); }
H1.HeaderClassName
{
color: #FAA42D;
}
.AnyTagClassName
{
color: #FAA42D;
}
</style>
background-color css
<style>
a { background-color: #FAA42D; }
a { background-color: rgb(250,164,45); }
div.DivClassName
{
background-color: #FAA42D;
}
.BgClassName
{
background-color: #FAA42D;
}
</style>
border-color css
<style>
span { border-color: #FAA42D; }
span { border-color: rgb(250,164,45); }
td.TdClassName
{
border-color: #FAA42D;
}
.TagClassName
{
border-color: #FAA42D;
}
</style>