Shades of Lightning Yellow #F1A827
Tints of Lightning Yellow #F1A827
RGB
CMYK
RGB Variations
Color information
#F1A827 (or 0xF1A827) is known color: Lightning Yellow. HEX triplet: F1, A8 and 27. RGB value is (241,168,39). Sum of RGB (Red+Green+Blue) = 241+168+39=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A827 is #0E57D8. Grayscale: #AFAFAF. Windows color (decimal): -939993 or 2599153. OLE color: 2599153.
HSL color Cylindrical-coordinate representation of color #F1A827: hue angle of 38.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1A827 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 39 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.05 |
| HSL | 38.32º | 0.88% | 0.55% | - |
| HSV(B) | 38.32º | 0.84% | 0.95% | - |
| XYZ | 50.64 | 46.85 | 8.29 | - |
| YUV | 175.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 39 | 0 | 0.30 | 0.84 | 0.05 | 38.32 | 0.88 | 0.55 |
| Hex | F1 | A8 | 27 | 0 | 1E | 54 | 5 | 26 | 58 | 37 |
| Octal | 361 | 250 | 47 | 0 | 36 | 124 | 5 | 46 | 130 | 67 |
| Binary | 11110001 | 10101000 | 100111 | 0 | 11110 | 1010100 | 101 | 100110 | 1011000 | 110111 |
Color Harmonies of #F1A827
Complementary color
Monochromatic Colors of #F1A827
Black with #F1A827
Text Example
Text Example
White with #F1A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A827; }
p { color: rgb(241,168,39); }
H1.HeaderClassName
{
color: #F1A827;
}
.AnyTagClassName
{
color: #F1A827;
}
</style>
background-color css
<style>
a { background-color: #F1A827; }
a { background-color: rgb(241,168,39); }
div.DivClassName
{
background-color: #F1A827;
}
.BgClassName
{
background-color: #F1A827;
}
</style>
border-color css
<style>
span { border-color: #F1A827; }
span { border-color: rgb(241,168,39); }
td.TdClassName
{
border-color: #F1A827;
}
.TagClassName
{
border-color: #F1A827;
}
</style>