Shades of Lightning Yellow #F9A53E
Tints of Lightning Yellow #F9A53E
RGB
CMYK
RGB Variations
Color information
#F9A53E (or 0xF9A53E) is known color: Lightning Yellow. HEX triplet: F9, A5 and 3E. RGB value is (249,165,62). Sum of RGB (Red+Green+Blue) = 249+165+62=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A53E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A53E is #065AC1. Grayscale: #B2B2B2. Windows color (decimal): -416450 or 4105721. OLE color: 4105721.
HSL color Cylindrical-coordinate representation of color #F9A53E: hue angle of 33.05º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9A53E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 62 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.02 |
| HSL | 33.05º | 0.94% | 0.61% | - |
| HSV(B) | 33.05º | 0.75% | 0.98% | - |
| XYZ | 53.39 | 47.4 | 10.89 | - |
| YUV | 178.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 62 | 0 | 0.34 | 0.75 | 0.02 | 33.05 | 0.94 | 0.61 |
| Hex | F9 | A5 | 3E | 0 | 22 | 4B | 2 | 21 | 5E | 3D |
| Octal | 371 | 245 | 76 | 0 | 42 | 113 | 2 | 41 | 136 | 75 |
| Binary | 11111001 | 10100101 | 111110 | 0 | 100010 | 1001011 | 10 | 100001 | 1011110 | 111101 |
Color Harmonies of #F9A53E
Complementary color
Monochromatic Colors of #F9A53E
Black with #F9A53E
Text Example
Text Example
White with #F9A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A53E; }
p { color: rgb(249,165,62); }
H1.HeaderClassName
{
color: #F9A53E;
}
.AnyTagClassName
{
color: #F9A53E;
}
</style>
background-color css
<style>
a { background-color: #F9A53E; }
a { background-color: rgb(249,165,62); }
div.DivClassName
{
background-color: #F9A53E;
}
.BgClassName
{
background-color: #F9A53E;
}
</style>
border-color css
<style>
span { border-color: #F9A53E; }
span { border-color: rgb(249,165,62); }
td.TdClassName
{
border-color: #F9A53E;
}
.TagClassName
{
border-color: #F9A53E;
}
</style>