Shades of Lightning Yellow #F4A834
Tints of Lightning Yellow #F4A834
RGB
CMYK
RGB Variations
Color information
#F4A834 (or 0xF4A834) is known color: Lightning Yellow. HEX triplet: F4, A8 and 34. RGB value is (244,168,52). Sum of RGB (Red+Green+Blue) = 244+168+52=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A834 is #0B57CB. Grayscale: #B2B2B2. Windows color (decimal): -743372 or 3451124. OLE color: 3451124.
HSL color Cylindrical-coordinate representation of color #F4A834: hue angle of 36.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4A834 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 52 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.04 |
| HSL | 36.25º | 0.9% | 0.58% | - |
| HSV(B) | 36.25º | 0.79% | 0.96% | - |
| XYZ | 51.93 | 47.49 | 9.68 | - |
| YUV | 177.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 52 | 0 | 0.31 | 0.79 | 0.04 | 36.25 | 0.9 | 0.58 |
| Hex | F4 | A8 | 34 | 0 | 1F | 4F | 4 | 24 | 5A | 3A |
| Octal | 364 | 250 | 64 | 0 | 37 | 117 | 4 | 44 | 132 | 72 |
| Binary | 11110100 | 10101000 | 110100 | 0 | 11111 | 1001111 | 100 | 100100 | 1011010 | 111010 |
Color Harmonies of #F4A834
Complementary color
Monochromatic Colors of #F4A834
Black with #F4A834
Text Example
Text Example
White with #F4A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A834; }
p { color: rgb(244,168,52); }
H1.HeaderClassName
{
color: #F4A834;
}
.AnyTagClassName
{
color: #F4A834;
}
</style>
background-color css
<style>
a { background-color: #F4A834; }
a { background-color: rgb(244,168,52); }
div.DivClassName
{
background-color: #F4A834;
}
.BgClassName
{
background-color: #F4A834;
}
</style>
border-color css
<style>
span { border-color: #F4A834; }
span { border-color: rgb(244,168,52); }
td.TdClassName
{
border-color: #F4A834;
}
.TagClassName
{
border-color: #F4A834;
}
</style>