Shades of Lightning Yellow #F7A123
Tints of Lightning Yellow #F7A123
RGB
CMYK
RGB Variations
Color information
#F7A123 (or 0xF7A123) is known color: Lightning Yellow. HEX triplet: F7, A1 and 23. RGB value is (247,161,35). Sum of RGB (Red+Green+Blue) = 247+161+35=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A123 is #085EDC. Grayscale: #ACACAC. Windows color (decimal): -548573 or 2335223. OLE color: 2335223.
HSL color Cylindrical-coordinate representation of color #F7A123: hue angle of 35.66º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7A123 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 35 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.03 |
| HSL | 35.66º | 0.93% | 0.55% | - |
| HSV(B) | 35.66º | 0.86% | 0.97% | - |
| XYZ | 51.41 | 45.39 | 7.64 | - |
| YUV | 172.35 | 50.49 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 35 | 0 | 0.35 | 0.86 | 0.03 | 35.66 | 0.93 | 0.55 |
| Hex | F7 | A1 | 23 | 0 | 23 | 56 | 3 | 24 | 5D | 37 |
| Octal | 367 | 241 | 43 | 0 | 43 | 126 | 3 | 44 | 135 | 67 |
| Binary | 11110111 | 10100001 | 100011 | 0 | 100011 | 1010110 | 11 | 100100 | 1011101 | 110111 |
Color Harmonies of #F7A123
Complementary color
Monochromatic Colors of #F7A123
Black with #F7A123
Text Example
Text Example
White with #F7A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A123; }
p { color: rgb(247,161,35); }
H1.HeaderClassName
{
color: #F7A123;
}
.AnyTagClassName
{
color: #F7A123;
}
</style>
background-color css
<style>
a { background-color: #F7A123; }
a { background-color: rgb(247,161,35); }
div.DivClassName
{
background-color: #F7A123;
}
.BgClassName
{
background-color: #F7A123;
}
</style>
border-color css
<style>
span { border-color: #F7A123; }
span { border-color: rgb(247,161,35); }
td.TdClassName
{
border-color: #F7A123;
}
.TagClassName
{
border-color: #F7A123;
}
</style>