Shades of Lightning Yellow #F2A325
Tints of Lightning Yellow #F2A325
RGB
CMYK
RGB Variations
Color information
#F2A325 (or 0xF2A325) is known color: Lightning Yellow. HEX triplet: F2, A3 and 25. RGB value is (242,163,37). Sum of RGB (Red+Green+Blue) = 242+163+37=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A325 is #0D5CDA. Grayscale: #ACACAC. Windows color (decimal): -875739 or 2466802. OLE color: 2466802.
HSL color Cylindrical-coordinate representation of color #F2A325: hue angle of 36.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2A325 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.05 |
| HSL | 36.88º | 0.89% | 0.55% | - |
| HSV(B) | 36.88º | 0.85% | 0.95% | - |
| XYZ | 50.05 | 45.21 | 7.84 | - |
| YUV | 172.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 37 | 0 | 0.33 | 0.85 | 0.05 | 36.88 | 0.89 | 0.55 |
| Hex | F2 | A3 | 25 | 0 | 21 | 55 | 5 | 25 | 59 | 37 |
| Octal | 362 | 243 | 45 | 0 | 41 | 125 | 5 | 45 | 131 | 67 |
| Binary | 11110010 | 10100011 | 100101 | 0 | 100001 | 1010101 | 101 | 100101 | 1011001 | 110111 |
Color Harmonies of #F2A325
Complementary color
Monochromatic Colors of #F2A325
Black with #F2A325
Text Example
Text Example
White with #F2A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A325; }
p { color: rgb(242,163,37); }
H1.HeaderClassName
{
color: #F2A325;
}
.AnyTagClassName
{
color: #F2A325;
}
</style>
background-color css
<style>
a { background-color: #F2A325; }
a { background-color: rgb(242,163,37); }
div.DivClassName
{
background-color: #F2A325;
}
.BgClassName
{
background-color: #F2A325;
}
</style>
border-color css
<style>
span { border-color: #F2A325; }
span { border-color: rgb(242,163,37); }
td.TdClassName
{
border-color: #F2A325;
}
.TagClassName
{
border-color: #F2A325;
}
</style>