Shades of Lightning Yellow #F3AA30
Tints of Lightning Yellow #F3AA30
RGB
CMYK
RGB Variations
Color information
#F3AA30 (or 0xF3AA30) is known color: Lightning Yellow. HEX triplet: F3, AA and 30. RGB value is (243,170,48). Sum of RGB (Red+Green+Blue) = 243+170+48=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AA30 is #0C55CF. Grayscale: #B2B2B2. Windows color (decimal): -808400 or 3189491. OLE color: 3189491.
HSL color Cylindrical-coordinate representation of color #F3AA30: hue angle of 37.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3AA30 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 48 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.05 |
| HSL | 37.54º | 0.89% | 0.57% | - |
| HSV(B) | 37.54º | 0.8% | 0.95% | - |
| XYZ | 51.87 | 48.02 | 9.33 | - |
| YUV | 177.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 48 | 0 | 0.30 | 0.80 | 0.05 | 37.54 | 0.89 | 0.57 |
| Hex | F3 | AA | 30 | 0 | 1E | 50 | 5 | 26 | 59 | 39 |
| Octal | 363 | 252 | 60 | 0 | 36 | 120 | 5 | 46 | 131 | 71 |
| Binary | 11110011 | 10101010 | 110000 | 0 | 11110 | 1010000 | 101 | 100110 | 1011001 | 111001 |
Color Harmonies of #F3AA30
Complementary color
Monochromatic Colors of #F3AA30
Black with #F3AA30
Text Example
Text Example
White with #F3AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AA30; }
p { color: rgb(243,170,48); }
H1.HeaderClassName
{
color: #F3AA30;
}
.AnyTagClassName
{
color: #F3AA30;
}
</style>
background-color css
<style>
a { background-color: #F3AA30; }
a { background-color: rgb(243,170,48); }
div.DivClassName
{
background-color: #F3AA30;
}
.BgClassName
{
background-color: #F3AA30;
}
</style>
border-color css
<style>
span { border-color: #F3AA30; }
span { border-color: rgb(243,170,48); }
td.TdClassName
{
border-color: #F3AA30;
}
.TagClassName
{
border-color: #F3AA30;
}
</style>