Shades of Lightning Yellow #F3A325
Tints of Lightning Yellow #F3A325
RGB
CMYK
RGB Variations
Color information
#F3A325 (or 0xF3A325) is known color: Lightning Yellow. HEX triplet: F3, A3 and 25. RGB value is (243,163,37). Sum of RGB (Red+Green+Blue) = 243+163+37=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A325 is #0C5CDA. Grayscale: #ADADAD. Windows color (decimal): -810203 or 2466803. OLE color: 2466803.
HSL color Cylindrical-coordinate representation of color #F3A325: hue angle of 36.7º 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 #F3A325 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.05 |
| HSL | 36.7º | 0.9% | 0.55% | - |
| HSV(B) | 36.7º | 0.85% | 0.95% | - |
| XYZ | 50.39 | 45.38 | 7.85 | - |
| YUV | 172.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 37 | 0 | 0.33 | 0.85 | 0.05 | 36.7 | 0.9 | 0.55 |
| Hex | F3 | A3 | 25 | 0 | 21 | 55 | 5 | 25 | 5A | 37 |
| Octal | 363 | 243 | 45 | 0 | 41 | 125 | 5 | 45 | 132 | 67 |
| Binary | 11110011 | 10100011 | 100101 | 0 | 100001 | 1010101 | 101 | 100101 | 1011010 | 110111 |
Color Harmonies of #F3A325
Complementary color
Monochromatic Colors of #F3A325
Black with #F3A325
Text Example
Text Example
White with #F3A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A325; }
p { color: rgb(243,163,37); }
H1.HeaderClassName
{
color: #F3A325;
}
.AnyTagClassName
{
color: #F3A325;
}
</style>
background-color css
<style>
a { background-color: #F3A325; }
a { background-color: rgb(243,163,37); }
div.DivClassName
{
background-color: #F3A325;
}
.BgClassName
{
background-color: #F3A325;
}
</style>
border-color css
<style>
span { border-color: #F3A325; }
span { border-color: rgb(243,163,37); }
td.TdClassName
{
border-color: #F3A325;
}
.TagClassName
{
border-color: #F3A325;
}
</style>