Shades of Lightning Yellow #F2AD2E
Tints of Lightning Yellow #F2AD2E
RGB
CMYK
RGB Variations
Color information
#F2AD2E (or 0xF2AD2E) is known color: Lightning Yellow. HEX triplet: F2, AD and 2E. RGB value is (242,173,46). Sum of RGB (Red+Green+Blue) = 242+173+46=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD2E is #0D52D1. Grayscale: #B3B3B3. Windows color (decimal): -873170 or 3059186. OLE color: 3059186.
HSL color Cylindrical-coordinate representation of color #F2AD2E: hue angle of 38.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2AD2E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 46 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.05 |
| HSL | 38.88º | 0.88% | 0.56% | - |
| HSV(B) | 38.88º | 0.81% | 0.95% | - |
| XYZ | 52.05 | 48.96 | 9.29 | - |
| YUV | 179.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 46 | 0 | 0.29 | 0.81 | 0.05 | 38.88 | 0.88 | 0.56 |
| Hex | F2 | AD | 2E | 0 | 1D | 51 | 5 | 27 | 58 | 38 |
| Octal | 362 | 255 | 56 | 0 | 35 | 121 | 5 | 47 | 130 | 70 |
| Binary | 11110010 | 10101101 | 101110 | 0 | 11101 | 1010001 | 101 | 100111 | 1011000 | 111000 |
Color Harmonies of #F2AD2E
Complementary color
Monochromatic Colors of #F2AD2E
Black with #F2AD2E
Text Example
Text Example
White with #F2AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD2E; }
p { color: rgb(242,173,46); }
H1.HeaderClassName
{
color: #F2AD2E;
}
.AnyTagClassName
{
color: #F2AD2E;
}
</style>
background-color css
<style>
a { background-color: #F2AD2E; }
a { background-color: rgb(242,173,46); }
div.DivClassName
{
background-color: #F2AD2E;
}
.BgClassName
{
background-color: #F2AD2E;
}
</style>
border-color css
<style>
span { border-color: #F2AD2E; }
span { border-color: rgb(242,173,46); }
td.TdClassName
{
border-color: #F2AD2E;
}
.TagClassName
{
border-color: #F2AD2E;
}
</style>