Shades of Lightning Yellow #F2AD3A
Tints of Lightning Yellow #F2AD3A
RGB
CMYK
RGB Variations
Color information
#F2AD3A (or 0xF2AD3A) is known color: Lightning Yellow. HEX triplet: F2, AD and 3A. RGB value is (242,173,58). Sum of RGB (Red+Green+Blue) = 242+173+58=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD3A is #0D52C5. Grayscale: #B5B5B5. Windows color (decimal): -873158 or 3845618. OLE color: 3845618.
HSL color Cylindrical-coordinate representation of color #F2AD3A: hue angle of 37.5º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2AD3A is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 58 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.05 |
| HSL | 37.5º | 0.88% | 0.59% | - |
| HSV(B) | 37.5º | 0.76% | 0.95% | - |
| XYZ | 52.33 | 49.07 | 10.72 | - |
| YUV | 180.52 | 58.86 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 58 | 0 | 0.29 | 0.76 | 0.05 | 37.5 | 0.88 | 0.59 |
| Hex | F2 | AD | 3A | 0 | 1D | 4C | 5 | 26 | 58 | 3B |
| Octal | 362 | 255 | 72 | 0 | 35 | 114 | 5 | 46 | 130 | 73 |
| Binary | 11110010 | 10101101 | 111010 | 0 | 11101 | 1001100 | 101 | 100110 | 1011000 | 111011 |
Color Harmonies of #F2AD3A
Complementary color
Monochromatic Colors of #F2AD3A
Black with #F2AD3A
Text Example
Text Example
White with #F2AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD3A; }
p { color: rgb(242,173,58); }
H1.HeaderClassName
{
color: #F2AD3A;
}
.AnyTagClassName
{
color: #F2AD3A;
}
</style>
background-color css
<style>
a { background-color: #F2AD3A; }
a { background-color: rgb(242,173,58); }
div.DivClassName
{
background-color: #F2AD3A;
}
.BgClassName
{
background-color: #F2AD3A;
}
</style>
border-color css
<style>
span { border-color: #F2AD3A; }
span { border-color: rgb(242,173,58); }
td.TdClassName
{
border-color: #F2AD3A;
}
.TagClassName
{
border-color: #F2AD3A;
}
</style>