Shades of Lightning Yellow #F5AB37
Tints of Lightning Yellow #F5AB37
RGB
CMYK
RGB Variations
Color information
#F5AB37 (or 0xF5AB37) is known color: Lightning Yellow. HEX triplet: F5, AB and 37. RGB value is (245,171,55). Sum of RGB (Red+Green+Blue) = 245+171+55=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB37 is #0A54C8. Grayscale: #B4B4B4. Windows color (decimal): -677065 or 3648501. OLE color: 3648501.
HSL color Cylindrical-coordinate representation of color #F5AB37: hue angle of 36.63º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5AB37 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 55 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.04 |
| HSL | 36.63º | 0.9% | 0.59% | - |
| HSV(B) | 36.63º | 0.78% | 0.96% | - |
| XYZ | 52.91 | 48.81 | 10.25 | - |
| YUV | 179.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 55 | 0 | 0.30 | 0.78 | 0.04 | 36.63 | 0.9 | 0.59 |
| Hex | F5 | AB | 37 | 0 | 1E | 4E | 4 | 25 | 5A | 3B |
| Octal | 365 | 253 | 67 | 0 | 36 | 116 | 4 | 45 | 132 | 73 |
| Binary | 11110101 | 10101011 | 110111 | 0 | 11110 | 1001110 | 100 | 100101 | 1011010 | 111011 |
Color Harmonies of #F5AB37
Complementary color
Monochromatic Colors of #F5AB37
Black with #F5AB37
Text Example
Text Example
White with #F5AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB37; }
p { color: rgb(245,171,55); }
H1.HeaderClassName
{
color: #F5AB37;
}
.AnyTagClassName
{
color: #F5AB37;
}
</style>
background-color css
<style>
a { background-color: #F5AB37; }
a { background-color: rgb(245,171,55); }
div.DivClassName
{
background-color: #F5AB37;
}
.BgClassName
{
background-color: #F5AB37;
}
</style>
border-color css
<style>
span { border-color: #F5AB37; }
span { border-color: rgb(245,171,55); }
td.TdClassName
{
border-color: #F5AB37;
}
.TagClassName
{
border-color: #F5AB37;
}
</style>