Shades of Lightning Yellow #FAA423
Tints of Lightning Yellow #FAA423
RGB
CMYK
RGB Variations
Color information
#FAA423 (or 0xFAA423) is known color: Lightning Yellow. HEX triplet: FA, A4 and 23. RGB value is (250,164,35). Sum of RGB (Red+Green+Blue) = 250+164+35=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA423 is #055BDC. Grayscale: #AFAFAF. Windows color (decimal): -351197 or 2335994. OLE color: 2335994.
HSL color Cylindrical-coordinate representation of color #FAA423: hue angle of 36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA423 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 35 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.02 |
| HSL | 36º | 0.96% | 0.56% | - |
| HSV(B) | 36º | 0.86% | 0.98% | - |
| XYZ | 53 | 47 | 7.87 | - |
| YUV | 175.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 35 | 0 | 0.34 | 0.86 | 0.02 | 36 | 0.96 | 0.56 |
| Hex | FA | A4 | 23 | 0 | 22 | 56 | 2 | 24 | 60 | 38 |
| Octal | 372 | 244 | 43 | 0 | 42 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111010 | 10100100 | 100011 | 0 | 100010 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FAA423
Complementary color
Monochromatic Colors of #FAA423
Black with #FAA423
Text Example
Text Example
White with #FAA423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA423; }
p { color: rgb(250,164,35); }
H1.HeaderClassName
{
color: #FAA423;
}
.AnyTagClassName
{
color: #FAA423;
}
</style>
background-color css
<style>
a { background-color: #FAA423; }
a { background-color: rgb(250,164,35); }
div.DivClassName
{
background-color: #FAA423;
}
.BgClassName
{
background-color: #FAA423;
}
</style>
border-color css
<style>
span { border-color: #FAA423; }
span { border-color: rgb(250,164,35); }
td.TdClassName
{
border-color: #FAA423;
}
.TagClassName
{
border-color: #FAA423;
}
</style>