Shades of Lightning Yellow #F2AD28
Tints of Lightning Yellow #F2AD28
RGB
CMYK
RGB Variations
Color information
#F2AD28 (or 0xF2AD28) is known color: Lightning Yellow. HEX triplet: F2, AD and 28. RGB value is (242,173,40). Sum of RGB (Red+Green+Blue) = 242+173+40=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD28 is #0D52D7. Grayscale: #B3B3B3. Windows color (decimal): -873176 or 2665970. OLE color: 2665970.
HSL color Cylindrical-coordinate representation of color #F2AD28: hue angle of 39.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2AD28 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.05 |
| HSL | 39.5º | 0.89% | 0.55% | - |
| HSV(B) | 39.5º | 0.83% | 0.95% | - |
| XYZ | 51.94 | 48.92 | 8.71 | - |
| YUV | 178.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 40 | 0 | 0.29 | 0.83 | 0.05 | 39.5 | 0.89 | 0.55 |
| Hex | F2 | AD | 28 | 0 | 1D | 53 | 5 | 28 | 59 | 37 |
| Octal | 362 | 255 | 50 | 0 | 35 | 123 | 5 | 50 | 131 | 67 |
| Binary | 11110010 | 10101101 | 101000 | 0 | 11101 | 1010011 | 101 | 101000 | 1011001 | 110111 |
Color Harmonies of #F2AD28
Complementary color
Monochromatic Colors of #F2AD28
Black with #F2AD28
Text Example
Text Example
White with #F2AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD28; }
p { color: rgb(242,173,40); }
H1.HeaderClassName
{
color: #F2AD28;
}
.AnyTagClassName
{
color: #F2AD28;
}
</style>
background-color css
<style>
a { background-color: #F2AD28; }
a { background-color: rgb(242,173,40); }
div.DivClassName
{
background-color: #F2AD28;
}
.BgClassName
{
background-color: #F2AD28;
}
</style>
border-color css
<style>
span { border-color: #F2AD28; }
span { border-color: rgb(242,173,40); }
td.TdClassName
{
border-color: #F2AD28;
}
.TagClassName
{
border-color: #F2AD28;
}
</style>