Shades of Lightning Yellow #FAAA27
Tints of Lightning Yellow #FAAA27
RGB
CMYK
RGB Variations
Color information
#FAAA27 (or 0xFAAA27) is known color: Lightning Yellow. HEX triplet: FA, AA and 27. RGB value is (250,170,39). Sum of RGB (Red+Green+Blue) = 250+170+39=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA27 is #0555D8. Grayscale: #B3B3B3. Windows color (decimal): -349657 or 2599674. OLE color: 2599674.
HSL color Cylindrical-coordinate representation of color #FAAA27: hue angle of 37.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAAA27 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.02 |
| HSL | 37.25º | 0.95% | 0.57% | - |
| HSV(B) | 37.25º | 0.84% | 0.98% | - |
| XYZ | 54.17 | 49.22 | 8.57 | - |
| YUV | 178.99 | 49 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 39 | 0 | 0.32 | 0.84 | 0.02 | 37.25 | 0.95 | 0.57 |
| Hex | FA | AA | 27 | 0 | 20 | 54 | 2 | 25 | 5F | 39 |
| Octal | 372 | 252 | 47 | 0 | 40 | 124 | 2 | 45 | 137 | 71 |
| Binary | 11111010 | 10101010 | 100111 | 0 | 100000 | 1010100 | 10 | 100101 | 1011111 | 111001 |
Color Harmonies of #FAAA27
Complementary color
Monochromatic Colors of #FAAA27
Black with #FAAA27
Text Example
Text Example
White with #FAAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA27; }
p { color: rgb(250,170,39); }
H1.HeaderClassName
{
color: #FAAA27;
}
.AnyTagClassName
{
color: #FAAA27;
}
</style>
background-color css
<style>
a { background-color: #FAAA27; }
a { background-color: rgb(250,170,39); }
div.DivClassName
{
background-color: #FAAA27;
}
.BgClassName
{
background-color: #FAAA27;
}
</style>
border-color css
<style>
span { border-color: #FAAA27; }
span { border-color: rgb(250,170,39); }
td.TdClassName
{
border-color: #FAAA27;
}
.TagClassName
{
border-color: #FAAA27;
}
</style>