Shades of Lightning Yellow #F2AA3C
Tints of Lightning Yellow #F2AA3C
RGB
CMYK
RGB Variations
Color information
#F2AA3C (or 0xF2AA3C) is known color: Lightning Yellow. HEX triplet: F2, AA and 3C. RGB value is (242,170,60). Sum of RGB (Red+Green+Blue) = 242+170+60=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA3C is #0D55C3. Grayscale: #B3B3B3. Windows color (decimal): -873924 or 3975922. OLE color: 3975922.
HSL color Cylindrical-coordinate representation of color #F2AA3C: hue angle of 36.26º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2AA3C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.05 |
| HSL | 36.26º | 0.88% | 0.59% | - |
| HSV(B) | 36.26º | 0.75% | 0.95% | - |
| XYZ | 51.81 | 47.95 | 10.8 | - |
| YUV | 178.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 60 | 0 | 0.30 | 0.75 | 0.05 | 36.26 | 0.88 | 0.59 |
| Hex | F2 | AA | 3C | 0 | 1E | 4B | 5 | 24 | 58 | 3B |
| Octal | 362 | 252 | 74 | 0 | 36 | 113 | 5 | 44 | 130 | 73 |
| Binary | 11110010 | 10101010 | 111100 | 0 | 11110 | 1001011 | 101 | 100100 | 1011000 | 111011 |
Color Harmonies of #F2AA3C
Complementary color
Monochromatic Colors of #F2AA3C
Black with #F2AA3C
Text Example
Text Example
White with #F2AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA3C; }
p { color: rgb(242,170,60); }
H1.HeaderClassName
{
color: #F2AA3C;
}
.AnyTagClassName
{
color: #F2AA3C;
}
</style>
background-color css
<style>
a { background-color: #F2AA3C; }
a { background-color: rgb(242,170,60); }
div.DivClassName
{
background-color: #F2AA3C;
}
.BgClassName
{
background-color: #F2AA3C;
}
</style>
border-color css
<style>
span { border-color: #F2AA3C; }
span { border-color: rgb(242,170,60); }
td.TdClassName
{
border-color: #F2AA3C;
}
.TagClassName
{
border-color: #F2AA3C;
}
</style>