Shades of Lightning Yellow #F4A630
Tints of Lightning Yellow #F4A630
RGB
CMYK
RGB Variations
Color information
#F4A630 (or 0xF4A630) is known color: Lightning Yellow. HEX triplet: F4, A6 and 30. RGB value is (244,166,48). Sum of RGB (Red+Green+Blue) = 244+166+48=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A630 is #0B59CF. Grayscale: #B0B0B0. Windows color (decimal): -743888 or 3188468. OLE color: 3188468.
HSL color Cylindrical-coordinate representation of color #F4A630: hue angle of 36.12º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4A630 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 48 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.04 |
| HSL | 36.12º | 0.9% | 0.57% | - |
| HSV(B) | 36.12º | 0.8% | 0.96% | - |
| XYZ | 51.48 | 46.72 | 9.1 | - |
| YUV | 175.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 48 | 0 | 0.32 | 0.80 | 0.04 | 36.12 | 0.9 | 0.57 |
| Hex | F4 | A6 | 30 | 0 | 20 | 50 | 4 | 24 | 5A | 39 |
| Octal | 364 | 246 | 60 | 0 | 40 | 120 | 4 | 44 | 132 | 71 |
| Binary | 11110100 | 10100110 | 110000 | 0 | 100000 | 1010000 | 100 | 100100 | 1011010 | 111001 |
Color Harmonies of #F4A630
Complementary color
Monochromatic Colors of #F4A630
Black with #F4A630
Text Example
Text Example
White with #F4A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A630; }
p { color: rgb(244,166,48); }
H1.HeaderClassName
{
color: #F4A630;
}
.AnyTagClassName
{
color: #F4A630;
}
</style>
background-color css
<style>
a { background-color: #F4A630; }
a { background-color: rgb(244,166,48); }
div.DivClassName
{
background-color: #F4A630;
}
.BgClassName
{
background-color: #F4A630;
}
</style>
border-color css
<style>
span { border-color: #F4A630; }
span { border-color: rgb(244,166,48); }
td.TdClassName
{
border-color: #F4A630;
}
.TagClassName
{
border-color: #F4A630;
}
</style>