Shades of Lightning Yellow #F1A823
Tints of Lightning Yellow #F1A823
RGB
CMYK
RGB Variations
Color information
#F1A823 (or 0xF1A823) is known color: Lightning Yellow. HEX triplet: F1, A8 and 23. RGB value is (241,168,35). Sum of RGB (Red+Green+Blue) = 241+168+35=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A823 is #0E57DC. Grayscale: #AFAFAF. Windows color (decimal): -939997 or 2337009. OLE color: 2337009.
HSL color Cylindrical-coordinate representation of color #F1A823: hue angle of 38.74º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1A823 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 35 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.05 |
| HSL | 38.74º | 0.88% | 0.54% | - |
| HSV(B) | 38.74º | 0.85% | 0.95% | - |
| XYZ | 50.58 | 46.83 | 7.96 | - |
| YUV | 174.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 35 | 0 | 0.30 | 0.85 | 0.05 | 38.74 | 0.88 | 0.54 |
| Hex | F1 | A8 | 23 | 0 | 1E | 55 | 5 | 27 | 58 | 36 |
| Octal | 361 | 250 | 43 | 0 | 36 | 125 | 5 | 47 | 130 | 66 |
| Binary | 11110001 | 10101000 | 100011 | 0 | 11110 | 1010101 | 101 | 100111 | 1011000 | 110110 |
Color Harmonies of #F1A823
Complementary color
Monochromatic Colors of #F1A823
Black with #F1A823
Text Example
Text Example
White with #F1A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A823; }
p { color: rgb(241,168,35); }
H1.HeaderClassName
{
color: #F1A823;
}
.AnyTagClassName
{
color: #F1A823;
}
</style>
background-color css
<style>
a { background-color: #F1A823; }
a { background-color: rgb(241,168,35); }
div.DivClassName
{
background-color: #F1A823;
}
.BgClassName
{
background-color: #F1A823;
}
</style>
border-color css
<style>
span { border-color: #F1A823; }
span { border-color: rgb(241,168,35); }
td.TdClassName
{
border-color: #F1A823;
}
.TagClassName
{
border-color: #F1A823;
}
</style>