Shades of Lightning Yellow #F5A73C
Tints of Lightning Yellow #F5A73C
RGB
CMYK
RGB Variations
Color information
#F5A73C (or 0xF5A73C) is known color: Lightning Yellow. HEX triplet: F5, A7 and 3C. RGB value is (245,167,60). Sum of RGB (Red+Green+Blue) = 245+167+60=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A73C is #0A58C3. Grayscale: #B2B2B2. Windows color (decimal): -678084 or 3975157. OLE color: 3975157.
HSL color Cylindrical-coordinate representation of color #F5A73C: hue angle of 34.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5A73C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.04 |
| HSL | 34.7º | 0.9% | 0.6% | - |
| HSV(B) | 34.7º | 0.76% | 0.96% | - |
| XYZ | 52.29 | 47.38 | 10.66 | - |
| YUV | 178.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 60 | 0 | 0.32 | 0.76 | 0.04 | 34.7 | 0.9 | 0.6 |
| Hex | F5 | A7 | 3C | 0 | 20 | 4C | 4 | 23 | 5A | 3C |
| Octal | 365 | 247 | 74 | 0 | 40 | 114 | 4 | 43 | 132 | 74 |
| Binary | 11110101 | 10100111 | 111100 | 0 | 100000 | 1001100 | 100 | 100011 | 1011010 | 111100 |
Color Harmonies of #F5A73C
Complementary color
Monochromatic Colors of #F5A73C
Black with #F5A73C
Text Example
Text Example
White with #F5A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A73C; }
p { color: rgb(245,167,60); }
H1.HeaderClassName
{
color: #F5A73C;
}
.AnyTagClassName
{
color: #F5A73C;
}
</style>
background-color css
<style>
a { background-color: #F5A73C; }
a { background-color: rgb(245,167,60); }
div.DivClassName
{
background-color: #F5A73C;
}
.BgClassName
{
background-color: #F5A73C;
}
</style>
border-color css
<style>
span { border-color: #F5A73C; }
span { border-color: rgb(245,167,60); }
td.TdClassName
{
border-color: #F5A73C;
}
.TagClassName
{
border-color: #F5A73C;
}
</style>