Shades of Lightning Yellow #F1AF30
Tints of Lightning Yellow #F1AF30
RGB
CMYK
RGB Variations
Color information
#F1AF30 (or 0xF1AF30) is known color: Lightning Yellow. HEX triplet: F1, AF and 30. RGB value is (241,175,48). Sum of RGB (Red+Green+Blue) = 241+175+48=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF30 is #0E50CF. Grayscale: #B4B4B4. Windows color (decimal): -938192 or 3190769. OLE color: 3190769.
HSL color Cylindrical-coordinate representation of color #F1AF30: hue angle of 39.48º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1AF30 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 48 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.05 |
| HSL | 39.48º | 0.87% | 0.57% | - |
| HSV(B) | 39.48º | 0.8% | 0.95% | - |
| XYZ | 52.14 | 49.57 | 9.62 | - |
| YUV | 180.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 48 | 0 | 0.27 | 0.80 | 0.05 | 39.48 | 0.87 | 0.57 |
| Hex | F1 | AF | 30 | 0 | 1B | 50 | 5 | 27 | 57 | 39 |
| Octal | 361 | 257 | 60 | 0 | 33 | 120 | 5 | 47 | 127 | 71 |
| Binary | 11110001 | 10101111 | 110000 | 0 | 11011 | 1010000 | 101 | 100111 | 1010111 | 111001 |
Color Harmonies of #F1AF30
Complementary color
Monochromatic Colors of #F1AF30
Black with #F1AF30
Text Example
Text Example
White with #F1AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF30; }
p { color: rgb(241,175,48); }
H1.HeaderClassName
{
color: #F1AF30;
}
.AnyTagClassName
{
color: #F1AF30;
}
</style>
background-color css
<style>
a { background-color: #F1AF30; }
a { background-color: rgb(241,175,48); }
div.DivClassName
{
background-color: #F1AF30;
}
.BgClassName
{
background-color: #F1AF30;
}
</style>
border-color css
<style>
span { border-color: #F1AF30; }
span { border-color: rgb(241,175,48); }
td.TdClassName
{
border-color: #F1AF30;
}
.TagClassName
{
border-color: #F1AF30;
}
</style>