Shades of Lightning Yellow #F2AD33
Tints of Lightning Yellow #F2AD33
RGB
CMYK
RGB Variations
Color information
#F2AD33 (or 0xF2AD33) is known color: Lightning Yellow. HEX triplet: F2, AD and 33. RGB value is (242,173,51). Sum of RGB (Red+Green+Blue) = 242+173+51=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD33 is #0D52CC. Grayscale: #B4B4B4. Windows color (decimal): -873165 or 3386866. OLE color: 3386866.
HSL color Cylindrical-coordinate representation of color #F2AD33: hue angle of 38.32º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2AD33 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 51 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.05 |
| HSL | 38.32º | 0.88% | 0.57% | - |
| HSV(B) | 38.32º | 0.79% | 0.95% | - |
| XYZ | 52.16 | 49 | 9.84 | - |
| YUV | 179.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 51 | 0 | 0.29 | 0.79 | 0.05 | 38.32 | 0.88 | 0.57 |
| Hex | F2 | AD | 33 | 0 | 1D | 4F | 5 | 26 | 58 | 39 |
| Octal | 362 | 255 | 63 | 0 | 35 | 117 | 5 | 46 | 130 | 71 |
| Binary | 11110010 | 10101101 | 110011 | 0 | 11101 | 1001111 | 101 | 100110 | 1011000 | 111001 |
Color Harmonies of #F2AD33
Complementary color
Monochromatic Colors of #F2AD33
Black with #F2AD33
Text Example
Text Example
White with #F2AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD33; }
p { color: rgb(242,173,51); }
H1.HeaderClassName
{
color: #F2AD33;
}
.AnyTagClassName
{
color: #F2AD33;
}
</style>
background-color css
<style>
a { background-color: #F2AD33; }
a { background-color: rgb(242,173,51); }
div.DivClassName
{
background-color: #F2AD33;
}
.BgClassName
{
background-color: #F2AD33;
}
</style>
border-color css
<style>
span { border-color: #F2AD33; }
span { border-color: rgb(242,173,51); }
td.TdClassName
{
border-color: #F2AD33;
}
.TagClassName
{
border-color: #F2AD33;
}
</style>