Shades of Lightning Yellow #F4A435
Tints of Lightning Yellow #F4A435
RGB
CMYK
RGB Variations
Color information
#F4A435 (or 0xF4A435) is known color: Lightning Yellow. HEX triplet: F4, A4 and 35. RGB value is (244,164,53). Sum of RGB (Red+Green+Blue) = 244+164+53=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A435 is #0B5BCA. Grayscale: #AFAFAF. Windows color (decimal): -744395 or 3515636. OLE color: 3515636.
HSL color Cylindrical-coordinate representation of color #F4A435: hue angle of 34.87º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4A435 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 53 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.04 |
| HSL | 34.87º | 0.9% | 0.58% | - |
| HSV(B) | 34.87º | 0.78% | 0.96% | - |
| XYZ | 51.23 | 46.04 | 9.56 | - |
| YUV | 175.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 53 | 0 | 0.33 | 0.78 | 0.04 | 34.87 | 0.9 | 0.58 |
| Hex | F4 | A4 | 35 | 0 | 21 | 4E | 4 | 23 | 5A | 3A |
| Octal | 364 | 244 | 65 | 0 | 41 | 116 | 4 | 43 | 132 | 72 |
| Binary | 11110100 | 10100100 | 110101 | 0 | 100001 | 1001110 | 100 | 100011 | 1011010 | 111010 |
Color Harmonies of #F4A435
Complementary color
Monochromatic Colors of #F4A435
Black with #F4A435
Text Example
Text Example
White with #F4A435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A435; }
p { color: rgb(244,164,53); }
H1.HeaderClassName
{
color: #F4A435;
}
.AnyTagClassName
{
color: #F4A435;
}
</style>
background-color css
<style>
a { background-color: #F4A435; }
a { background-color: rgb(244,164,53); }
div.DivClassName
{
background-color: #F4A435;
}
.BgClassName
{
background-color: #F4A435;
}
</style>
border-color css
<style>
span { border-color: #F4A435; }
span { border-color: rgb(244,164,53); }
td.TdClassName
{
border-color: #F4A435;
}
.TagClassName
{
border-color: #F4A435;
}
</style>