Shades of Lightning Yellow #F3A124
Tints of Lightning Yellow #F3A124
RGB
CMYK
RGB Variations
Color information
#F3A124 (or 0xF3A124) is known color: Lightning Yellow. HEX triplet: F3, A1 and 24. RGB value is (243,161,36). Sum of RGB (Red+Green+Blue) = 243+161+36=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A124 is #0C5EDB. Grayscale: #ABABAB. Windows color (decimal): -810716 or 2400755. OLE color: 2400755.
HSL color Cylindrical-coordinate representation of color #F3A124: hue angle of 36.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3A124 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 36 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.05 |
| HSL | 36.23º | 0.9% | 0.55% | - |
| HSV(B) | 36.23º | 0.85% | 0.95% | - |
| XYZ | 50.03 | 44.67 | 7.65 | - |
| YUV | 171.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 36 | 0 | 0.34 | 0.85 | 0.05 | 36.23 | 0.9 | 0.55 |
| Hex | F3 | A1 | 24 | 0 | 22 | 55 | 5 | 24 | 5A | 37 |
| Octal | 363 | 241 | 44 | 0 | 42 | 125 | 5 | 44 | 132 | 67 |
| Binary | 11110011 | 10100001 | 100100 | 0 | 100010 | 1010101 | 101 | 100100 | 1011010 | 110111 |
Color Harmonies of #F3A124
Complementary color
Monochromatic Colors of #F3A124
Black with #F3A124
Text Example
Text Example
White with #F3A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A124; }
p { color: rgb(243,161,36); }
H1.HeaderClassName
{
color: #F3A124;
}
.AnyTagClassName
{
color: #F3A124;
}
</style>
background-color css
<style>
a { background-color: #F3A124; }
a { background-color: rgb(243,161,36); }
div.DivClassName
{
background-color: #F3A124;
}
.BgClassName
{
background-color: #F3A124;
}
</style>
border-color css
<style>
span { border-color: #F3A124; }
span { border-color: rgb(243,161,36); }
td.TdClassName
{
border-color: #F3A124;
}
.TagClassName
{
border-color: #F3A124;
}
</style>