Shades of Lightning Yellow #F2AA37
Tints of Lightning Yellow #F2AA37
RGB
CMYK
RGB Variations
Color information
#F2AA37 (or 0xF2AA37) is known color: Lightning Yellow. HEX triplet: F2, AA and 37. RGB value is (242,170,55). Sum of RGB (Red+Green+Blue) = 242+170+55=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA37 is #0D55C8. Grayscale: #B2B2B2. Windows color (decimal): -873929 or 3648242. OLE color: 3648242.
HSL color Cylindrical-coordinate representation of color #F2AA37: hue angle of 36.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2AA37 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 55 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.05 |
| HSL | 36.9º | 0.88% | 0.58% | - |
| HSV(B) | 36.9º | 0.77% | 0.95% | - |
| XYZ | 51.68 | 47.9 | 10.14 | - |
| YUV | 178.42 | 58.35 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 55 | 0 | 0.30 | 0.77 | 0.05 | 36.9 | 0.88 | 0.58 |
| Hex | F2 | AA | 37 | 0 | 1E | 4D | 5 | 25 | 58 | 3A |
| Octal | 362 | 252 | 67 | 0 | 36 | 115 | 5 | 45 | 130 | 72 |
| Binary | 11110010 | 10101010 | 110111 | 0 | 11110 | 1001101 | 101 | 100101 | 1011000 | 111010 |
Color Harmonies of #F2AA37
Complementary color
Monochromatic Colors of #F2AA37
Black with #F2AA37
Text Example
Text Example
White with #F2AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA37; }
p { color: rgb(242,170,55); }
H1.HeaderClassName
{
color: #F2AA37;
}
.AnyTagClassName
{
color: #F2AA37;
}
</style>
background-color css
<style>
a { background-color: #F2AA37; }
a { background-color: rgb(242,170,55); }
div.DivClassName
{
background-color: #F2AA37;
}
.BgClassName
{
background-color: #F2AA37;
}
</style>
border-color css
<style>
span { border-color: #F2AA37; }
span { border-color: rgb(242,170,55); }
td.TdClassName
{
border-color: #F2AA37;
}
.TagClassName
{
border-color: #F2AA37;
}
</style>