Shades of Lightning Yellow #F2A835
Tints of Lightning Yellow #F2A835
RGB
CMYK
RGB Variations
Color information
#F2A835 (or 0xF2A835) is known color: Lightning Yellow. HEX triplet: F2, A8 and 35. RGB value is (242,168,53). Sum of RGB (Red+Green+Blue) = 242+168+53=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A835 is #0D57CA. Grayscale: #B1B1B1. Windows color (decimal): -874443 or 3516658. OLE color: 3516658.
HSL color Cylindrical-coordinate representation of color #F2A835: hue angle of 36.51º 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 #F2A835 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 53 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.05 |
| HSL | 36.51º | 0.88% | 0.58% | - |
| HSV(B) | 36.51º | 0.78% | 0.95% | - |
| XYZ | 51.26 | 47.14 | 9.77 | - |
| YUV | 177.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 53 | 0 | 0.31 | 0.78 | 0.05 | 36.51 | 0.88 | 0.58 |
| Hex | F2 | A8 | 35 | 0 | 1F | 4E | 5 | 25 | 58 | 3A |
| Octal | 362 | 250 | 65 | 0 | 37 | 116 | 5 | 45 | 130 | 72 |
| Binary | 11110010 | 10101000 | 110101 | 0 | 11111 | 1001110 | 101 | 100101 | 1011000 | 111010 |
Color Harmonies of #F2A835
Complementary color
Monochromatic Colors of #F2A835
Black with #F2A835
Text Example
Text Example
White with #F2A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A835; }
p { color: rgb(242,168,53); }
H1.HeaderClassName
{
color: #F2A835;
}
.AnyTagClassName
{
color: #F2A835;
}
</style>
background-color css
<style>
a { background-color: #F2A835; }
a { background-color: rgb(242,168,53); }
div.DivClassName
{
background-color: #F2A835;
}
.BgClassName
{
background-color: #F2A835;
}
</style>
border-color css
<style>
span { border-color: #F2A835; }
span { border-color: rgb(242,168,53); }
td.TdClassName
{
border-color: #F2A835;
}
.TagClassName
{
border-color: #F2A835;
}
</style>