Shades of Lightning Yellow #F2A536
Tints of Lightning Yellow #F2A536
RGB
CMYK
RGB Variations
Color information
#F2A536 (or 0xF2A536) is known color: Lightning Yellow. HEX triplet: F2, A5 and 36. RGB value is (242,165,54). Sum of RGB (Red+Green+Blue) = 242+165+54=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A536 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A536 is #0D5AC9. Grayscale: #AFAFAF. Windows color (decimal): -875210 or 3581426. OLE color: 3581426.
HSL color Cylindrical-coordinate representation of color #F2A536: hue angle of 35.43º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2A536 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 54 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.05 |
| HSL | 35.43º | 0.88% | 0.58% | - |
| HSV(B) | 35.43º | 0.78% | 0.95% | - |
| XYZ | 50.74 | 46.05 | 9.71 | - |
| YUV | 175.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 54 | 0 | 0.32 | 0.78 | 0.05 | 35.43 | 0.88 | 0.58 |
| Hex | F2 | A5 | 36 | 0 | 20 | 4E | 5 | 23 | 58 | 3A |
| Octal | 362 | 245 | 66 | 0 | 40 | 116 | 5 | 43 | 130 | 72 |
| Binary | 11110010 | 10100101 | 110110 | 0 | 100000 | 1001110 | 101 | 100011 | 1011000 | 111010 |
Color Harmonies of #F2A536
Complementary color
Monochromatic Colors of #F2A536
Black with #F2A536
Text Example
Text Example
White with #F2A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A536; }
p { color: rgb(242,165,54); }
H1.HeaderClassName
{
color: #F2A536;
}
.AnyTagClassName
{
color: #F2A536;
}
</style>
background-color css
<style>
a { background-color: #F2A536; }
a { background-color: rgb(242,165,54); }
div.DivClassName
{
background-color: #F2A536;
}
.BgClassName
{
background-color: #F2A536;
}
</style>
border-color css
<style>
span { border-color: #F2A536; }
span { border-color: rgb(242,165,54); }
td.TdClassName
{
border-color: #F2A536;
}
.TagClassName
{
border-color: #F2A536;
}
</style>