Shades of Lightning Yellow #F1A828
Tints of Lightning Yellow #F1A828
RGB
CMYK
RGB Variations
Color information
#F1A828 (or 0xF1A828) is known color: Lightning Yellow. HEX triplet: F1, A8 and 28. RGB value is (241,168,40). Sum of RGB (Red+Green+Blue) = 241+168+40=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A828 is #0E57D7. Grayscale: #AFAFAF. Windows color (decimal): -939992 or 2664689. OLE color: 2664689.
HSL color Cylindrical-coordinate representation of color #F1A828: hue angle of 38.21º degrees, saturation: 0.88, 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 #F1A828 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.05 |
| HSL | 38.21º | 0.88% | 0.55% | - |
| HSV(B) | 38.21º | 0.83% | 0.95% | - |
| XYZ | 50.66 | 46.86 | 8.38 | - |
| YUV | 175.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 40 | 0 | 0.30 | 0.83 | 0.05 | 38.21 | 0.88 | 0.55 |
| Hex | F1 | A8 | 28 | 0 | 1E | 53 | 5 | 26 | 58 | 37 |
| Octal | 361 | 250 | 50 | 0 | 36 | 123 | 5 | 46 | 130 | 67 |
| Binary | 11110001 | 10101000 | 101000 | 0 | 11110 | 1010011 | 101 | 100110 | 1011000 | 110111 |
Color Harmonies of #F1A828
Complementary color
Monochromatic Colors of #F1A828
Black with #F1A828
Text Example
Text Example
White with #F1A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A828; }
p { color: rgb(241,168,40); }
H1.HeaderClassName
{
color: #F1A828;
}
.AnyTagClassName
{
color: #F1A828;
}
</style>
background-color css
<style>
a { background-color: #F1A828; }
a { background-color: rgb(241,168,40); }
div.DivClassName
{
background-color: #F1A828;
}
.BgClassName
{
background-color: #F1A828;
}
</style>
border-color css
<style>
span { border-color: #F1A828; }
span { border-color: rgb(241,168,40); }
td.TdClassName
{
border-color: #F1A828;
}
.TagClassName
{
border-color: #F1A828;
}
</style>