Shades of Lightning Yellow #F4A538
Tints of Lightning Yellow #F4A538
RGB
CMYK
RGB Variations
Color information
#F4A538 (or 0xF4A538) is known color: Lightning Yellow. HEX triplet: F4, A5 and 38. RGB value is (244,165,56). Sum of RGB (Red+Green+Blue) = 244+165+56=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A538 is #0B5AC7. Grayscale: #B0B0B0. Windows color (decimal): -744136 or 3712500. OLE color: 3712500.
HSL color Cylindrical-coordinate representation of color #F4A538: hue angle of 34.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4A538 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 56 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.04 |
| HSL | 34.79º | 0.9% | 0.59% | - |
| HSV(B) | 34.79º | 0.77% | 0.96% | - |
| XYZ | 51.48 | 46.43 | 9.99 | - |
| YUV | 176.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 56 | 0 | 0.32 | 0.77 | 0.04 | 34.79 | 0.9 | 0.59 |
| Hex | F4 | A5 | 38 | 0 | 20 | 4D | 4 | 23 | 5A | 3B |
| Octal | 364 | 245 | 70 | 0 | 40 | 115 | 4 | 43 | 132 | 73 |
| Binary | 11110100 | 10100101 | 111000 | 0 | 100000 | 1001101 | 100 | 100011 | 1011010 | 111011 |
Color Harmonies of #F4A538
Complementary color
Monochromatic Colors of #F4A538
Black with #F4A538
Text Example
Text Example
White with #F4A538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A538; }
p { color: rgb(244,165,56); }
H1.HeaderClassName
{
color: #F4A538;
}
.AnyTagClassName
{
color: #F4A538;
}
</style>
background-color css
<style>
a { background-color: #F4A538; }
a { background-color: rgb(244,165,56); }
div.DivClassName
{
background-color: #F4A538;
}
.BgClassName
{
background-color: #F4A538;
}
</style>
border-color css
<style>
span { border-color: #F4A538; }
span { border-color: rgb(244,165,56); }
td.TdClassName
{
border-color: #F4A538;
}
.TagClassName
{
border-color: #F4A538;
}
</style>