Shades of Lightning Yellow #F1A834
Tints of Lightning Yellow #F1A834
RGB
CMYK
RGB Variations
Color information
#F1A834 (or 0xF1A834) is known color: Lightning Yellow. HEX triplet: F1, A8 and 34. RGB value is (241,168,52). Sum of RGB (Red+Green+Blue) = 241+168+52=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A834 is #0E57CB. Grayscale: #B1B1B1. Windows color (decimal): -939980 or 3451121. OLE color: 3451121.
HSL color Cylindrical-coordinate representation of color #F1A834: hue angle of 36.83º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1A834 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 52 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.05 |
| HSL | 36.83º | 0.87% | 0.57% | - |
| HSV(B) | 36.83º | 0.78% | 0.95% | - |
| XYZ | 50.9 | 46.95 | 9.63 | - |
| YUV | 176.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 52 | 0 | 0.30 | 0.78 | 0.05 | 36.83 | 0.87 | 0.57 |
| Hex | F1 | A8 | 34 | 0 | 1E | 4E | 5 | 25 | 57 | 39 |
| Octal | 361 | 250 | 64 | 0 | 36 | 116 | 5 | 45 | 127 | 71 |
| Binary | 11110001 | 10101000 | 110100 | 0 | 11110 | 1001110 | 101 | 100101 | 1010111 | 111001 |
Color Harmonies of #F1A834
Complementary color
Monochromatic Colors of #F1A834
Black with #F1A834
Text Example
Text Example
White with #F1A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A834; }
p { color: rgb(241,168,52); }
H1.HeaderClassName
{
color: #F1A834;
}
.AnyTagClassName
{
color: #F1A834;
}
</style>
background-color css
<style>
a { background-color: #F1A834; }
a { background-color: rgb(241,168,52); }
div.DivClassName
{
background-color: #F1A834;
}
.BgClassName
{
background-color: #F1A834;
}
</style>
border-color css
<style>
span { border-color: #F1A834; }
span { border-color: rgb(241,168,52); }
td.TdClassName
{
border-color: #F1A834;
}
.TagClassName
{
border-color: #F1A834;
}
</style>