Shades of Lightning Yellow #F1A736
Tints of Lightning Yellow #F1A736
RGB
CMYK
RGB Variations
Color information
#F1A736 (or 0xF1A736) is known color: Lightning Yellow. HEX triplet: F1, A7 and 36. RGB value is (241,167,54). Sum of RGB (Red+Green+Blue) = 241+167+54=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A736 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A736 is #0E58C9. Grayscale: #B0B0B0. Windows color (decimal): -940234 or 3581937. OLE color: 3581937.
HSL color Cylindrical-coordinate representation of color #F1A736: hue angle of 36.26º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1A736 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 54 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.05 |
| HSL | 36.26º | 0.87% | 0.58% | - |
| HSV(B) | 36.26º | 0.78% | 0.95% | - |
| XYZ | 50.76 | 46.6 | 9.81 | - |
| YUV | 176.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 54 | 0 | 0.31 | 0.78 | 0.05 | 36.26 | 0.87 | 0.58 |
| Hex | F1 | A7 | 36 | 0 | 1F | 4E | 5 | 24 | 57 | 3A |
| Octal | 361 | 247 | 66 | 0 | 37 | 116 | 5 | 44 | 127 | 72 |
| Binary | 11110001 | 10100111 | 110110 | 0 | 11111 | 1001110 | 101 | 100100 | 1010111 | 111010 |
Color Harmonies of #F1A736
Complementary color
Monochromatic Colors of #F1A736
Black with #F1A736
Text Example
Text Example
White with #F1A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A736; }
p { color: rgb(241,167,54); }
H1.HeaderClassName
{
color: #F1A736;
}
.AnyTagClassName
{
color: #F1A736;
}
</style>
background-color css
<style>
a { background-color: #F1A736; }
a { background-color: rgb(241,167,54); }
div.DivClassName
{
background-color: #F1A736;
}
.BgClassName
{
background-color: #F1A736;
}
</style>
border-color css
<style>
span { border-color: #F1A736; }
span { border-color: rgb(241,167,54); }
td.TdClassName
{
border-color: #F1A736;
}
.TagClassName
{
border-color: #F1A736;
}
</style>