Shades of Lightning Yellow #F2A525
Tints of Lightning Yellow #F2A525
RGB
CMYK
RGB Variations
Color information
#F2A525 (or 0xF2A525) is known color: Lightning Yellow. HEX triplet: F2, A5 and 25. RGB value is (242,165,37). Sum of RGB (Red+Green+Blue) = 242+165+37=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A525 is #0D5ADA. Grayscale: #AEAEAE. Windows color (decimal): -875227 or 2467314. OLE color: 2467314.
HSL color Cylindrical-coordinate representation of color #F2A525: hue angle of 37.46º 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 #F2A525 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.05 |
| HSL | 37.46º | 0.89% | 0.55% | - |
| HSV(B) | 37.46º | 0.85% | 0.95% | - |
| XYZ | 50.41 | 45.92 | 7.96 | - |
| YUV | 173.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 37 | 0 | 0.32 | 0.85 | 0.05 | 37.46 | 0.89 | 0.55 |
| Hex | F2 | A5 | 25 | 0 | 20 | 55 | 5 | 25 | 59 | 37 |
| Octal | 362 | 245 | 45 | 0 | 40 | 125 | 5 | 45 | 131 | 67 |
| Binary | 11110010 | 10100101 | 100101 | 0 | 100000 | 1010101 | 101 | 100101 | 1011001 | 110111 |
Color Harmonies of #F2A525
Complementary color
Monochromatic Colors of #F2A525
Black with #F2A525
Text Example
Text Example
White with #F2A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A525; }
p { color: rgb(242,165,37); }
H1.HeaderClassName
{
color: #F2A525;
}
.AnyTagClassName
{
color: #F2A525;
}
</style>
background-color css
<style>
a { background-color: #F2A525; }
a { background-color: rgb(242,165,37); }
div.DivClassName
{
background-color: #F2A525;
}
.BgClassName
{
background-color: #F2A525;
}
</style>
border-color css
<style>
span { border-color: #F2A525; }
span { border-color: rgb(242,165,37); }
td.TdClassName
{
border-color: #F2A525;
}
.TagClassName
{
border-color: #F2A525;
}
</style>