Shades of Lightning Yellow #F2A925
Tints of Lightning Yellow #F2A925
RGB
CMYK
RGB Variations
Color information
#F2A925 (or 0xF2A925) is known color: Lightning Yellow. HEX triplet: F2, A9 and 25. RGB value is (242,169,37). Sum of RGB (Red+Green+Blue) = 242+169+37=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A925 is #0D56DA. Grayscale: #B0B0B0. Windows color (decimal): -874203 or 2468338. OLE color: 2468338.
HSL color Cylindrical-coordinate representation of color #F2A925: hue angle of 38.63º 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 #F2A925 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.05 |
| HSL | 38.63º | 0.89% | 0.55% | - |
| HSV(B) | 38.63º | 0.85% | 0.95% | - |
| XYZ | 51.14 | 47.39 | 8.2 | - |
| YUV | 175.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 37 | 0 | 0.30 | 0.85 | 0.05 | 38.63 | 0.89 | 0.55 |
| Hex | F2 | A9 | 25 | 0 | 1E | 55 | 5 | 27 | 59 | 37 |
| Octal | 362 | 251 | 45 | 0 | 36 | 125 | 5 | 47 | 131 | 67 |
| Binary | 11110010 | 10101001 | 100101 | 0 | 11110 | 1010101 | 101 | 100111 | 1011001 | 110111 |
Color Harmonies of #F2A925
Complementary color
Monochromatic Colors of #F2A925
Black with #F2A925
Text Example
Text Example
White with #F2A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A925; }
p { color: rgb(242,169,37); }
H1.HeaderClassName
{
color: #F2A925;
}
.AnyTagClassName
{
color: #F2A925;
}
</style>
background-color css
<style>
a { background-color: #F2A925; }
a { background-color: rgb(242,169,37); }
div.DivClassName
{
background-color: #F2A925;
}
.BgClassName
{
background-color: #F2A925;
}
</style>
border-color css
<style>
span { border-color: #F2A925; }
span { border-color: rgb(242,169,37); }
td.TdClassName
{
border-color: #F2A925;
}
.TagClassName
{
border-color: #F2A925;
}
</style>