Shades of Lightning Yellow #F4A73C
Tints of Lightning Yellow #F4A73C
RGB
CMYK
RGB Variations
Color information
#F4A73C (or 0xF4A73C) is known color: Lightning Yellow. HEX triplet: F4, A7 and 3C. RGB value is (244,167,60). Sum of RGB (Red+Green+Blue) = 244+167+60=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A73C is #0B58C3. Grayscale: #B2B2B2. Windows color (decimal): -743620 or 3975156. OLE color: 3975156.
HSL color Cylindrical-coordinate representation of color #F4A73C: hue angle of 34.89º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4A73C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 60 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.04 |
| HSL | 34.89º | 0.89% | 0.6% | - |
| HSV(B) | 34.89º | 0.75% | 0.96% | - |
| XYZ | 51.94 | 47.2 | 10.65 | - |
| YUV | 177.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 60 | 0 | 0.32 | 0.75 | 0.04 | 34.89 | 0.89 | 0.6 |
| Hex | F4 | A7 | 3C | 0 | 20 | 4B | 4 | 23 | 59 | 3C |
| Octal | 364 | 247 | 74 | 0 | 40 | 113 | 4 | 43 | 131 | 74 |
| Binary | 11110100 | 10100111 | 111100 | 0 | 100000 | 1001011 | 100 | 100011 | 1011001 | 111100 |
Color Harmonies of #F4A73C
Complementary color
Monochromatic Colors of #F4A73C
Black with #F4A73C
Text Example
Text Example
White with #F4A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A73C; }
p { color: rgb(244,167,60); }
H1.HeaderClassName
{
color: #F4A73C;
}
.AnyTagClassName
{
color: #F4A73C;
}
</style>
background-color css
<style>
a { background-color: #F4A73C; }
a { background-color: rgb(244,167,60); }
div.DivClassName
{
background-color: #F4A73C;
}
.BgClassName
{
background-color: #F4A73C;
}
</style>
border-color css
<style>
span { border-color: #F4A73C; }
span { border-color: rgb(244,167,60); }
td.TdClassName
{
border-color: #F4A73C;
}
.TagClassName
{
border-color: #F4A73C;
}
</style>