Shades of Lightning Yellow #F0AD36
Tints of Lightning Yellow #F0AD36
RGB
CMYK
RGB Variations
Color information
#F0AD36 (or 0xF0AD36) is known color: Lightning Yellow. HEX triplet: F0, AD and 36. RGB value is (240,173,54). Sum of RGB (Red+Green+Blue) = 240+173+54=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD36 is #0F52C9. Grayscale: #B4B4B4. Windows color (decimal): -1004234 or 3583472. OLE color: 3583472.
HSL color Cylindrical-coordinate representation of color #F0AD36: hue angle of 38.39º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0AD36 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 54 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.06 |
| HSL | 38.39º | 0.86% | 0.58% | - |
| HSV(B) | 38.39º | 0.78% | 0.94% | - |
| XYZ | 51.54 | 48.68 | 10.17 | - |
| YUV | 179.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 54 | 0 | 0.28 | 0.78 | 0.06 | 38.39 | 0.86 | 0.58 |
| Hex | F0 | AD | 36 | 0 | 1C | 4E | 6 | 26 | 56 | 3A |
| Octal | 360 | 255 | 66 | 0 | 34 | 116 | 6 | 46 | 126 | 72 |
| Binary | 11110000 | 10101101 | 110110 | 0 | 11100 | 1001110 | 110 | 100110 | 1010110 | 111010 |
Color Harmonies of #F0AD36
Complementary color
Monochromatic Colors of #F0AD36
Black with #F0AD36
Text Example
Text Example
White with #F0AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD36; }
p { color: rgb(240,173,54); }
H1.HeaderClassName
{
color: #F0AD36;
}
.AnyTagClassName
{
color: #F0AD36;
}
</style>
background-color css
<style>
a { background-color: #F0AD36; }
a { background-color: rgb(240,173,54); }
div.DivClassName
{
background-color: #F0AD36;
}
.BgClassName
{
background-color: #F0AD36;
}
</style>
border-color css
<style>
span { border-color: #F0AD36; }
span { border-color: rgb(240,173,54); }
td.TdClassName
{
border-color: #F0AD36;
}
.TagClassName
{
border-color: #F0AD36;
}
</style>