Shades of Lightning Yellow #F7A73A
Tints of Lightning Yellow #F7A73A
RGB
CMYK
RGB Variations
Color information
#F7A73A (or 0xF7A73A) is known color: Lightning Yellow. HEX triplet: F7, A7 and 3A. RGB value is (247,167,58). Sum of RGB (Red+Green+Blue) = 247+167+58=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A73A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A73A is #0858C5. Grayscale: #B3B3B3. Windows color (decimal): -547014 or 3844087. OLE color: 3844087.
HSL color Cylindrical-coordinate representation of color #F7A73A: hue angle of 34.6º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7A73A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 58 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.03 |
| HSL | 34.6º | 0.92% | 0.6% | - |
| HSV(B) | 34.6º | 0.77% | 0.97% | - |
| XYZ | 52.94 | 47.72 | 10.42 | - |
| YUV | 178.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 58 | 0 | 0.32 | 0.77 | 0.03 | 34.6 | 0.92 | 0.6 |
| Hex | F7 | A7 | 3A | 0 | 20 | 4D | 3 | 23 | 5C | 3C |
| Octal | 367 | 247 | 72 | 0 | 40 | 115 | 3 | 43 | 134 | 74 |
| Binary | 11110111 | 10100111 | 111010 | 0 | 100000 | 1001101 | 11 | 100011 | 1011100 | 111100 |
Color Harmonies of #F7A73A
Complementary color
Monochromatic Colors of #F7A73A
Black with #F7A73A
Text Example
Text Example
White with #F7A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A73A; }
p { color: rgb(247,167,58); }
H1.HeaderClassName
{
color: #F7A73A;
}
.AnyTagClassName
{
color: #F7A73A;
}
</style>
background-color css
<style>
a { background-color: #F7A73A; }
a { background-color: rgb(247,167,58); }
div.DivClassName
{
background-color: #F7A73A;
}
.BgClassName
{
background-color: #F7A73A;
}
</style>
border-color css
<style>
span { border-color: #F7A73A; }
span { border-color: rgb(247,167,58); }
td.TdClassName
{
border-color: #F7A73A;
}
.TagClassName
{
border-color: #F7A73A;
}
</style>