Shades of Lightning Yellow #F2A628
Tints of Lightning Yellow #F2A628
RGB
CMYK
RGB Variations
Color information
#F2A628 (or 0xF2A628) is known color: Lightning Yellow. HEX triplet: F2, A6 and 28. RGB value is (242,166,40). Sum of RGB (Red+Green+Blue) = 242+166+40=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A628 is #0D59D7. Grayscale: #AEAEAE. Windows color (decimal): -874968 or 2664178. OLE color: 2664178.
HSL color Cylindrical-coordinate representation of color #F2A628: hue angle of 37.43º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2A628 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 40 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.05 |
| HSL | 37.43º | 0.89% | 0.55% | - |
| HSV(B) | 37.43º | 0.83% | 0.95% | - |
| XYZ | 50.64 | 46.3 | 8.28 | - |
| YUV | 174.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 40 | 0 | 0.31 | 0.83 | 0.05 | 37.43 | 0.89 | 0.55 |
| Hex | F2 | A6 | 28 | 0 | 1F | 53 | 5 | 25 | 59 | 37 |
| Octal | 362 | 246 | 50 | 0 | 37 | 123 | 5 | 45 | 131 | 67 |
| Binary | 11110010 | 10100110 | 101000 | 0 | 11111 | 1010011 | 101 | 100101 | 1011001 | 110111 |
Color Harmonies of #F2A628
Complementary color
Monochromatic Colors of #F2A628
Black with #F2A628
Text Example
Text Example
White with #F2A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A628; }
p { color: rgb(242,166,40); }
H1.HeaderClassName
{
color: #F2A628;
}
.AnyTagClassName
{
color: #F2A628;
}
</style>
background-color css
<style>
a { background-color: #F2A628; }
a { background-color: rgb(242,166,40); }
div.DivClassName
{
background-color: #F2A628;
}
.BgClassName
{
background-color: #F2A628;
}
</style>
border-color css
<style>
span { border-color: #F2A628; }
span { border-color: rgb(242,166,40); }
td.TdClassName
{
border-color: #F2A628;
}
.TagClassName
{
border-color: #F2A628;
}
</style>