Shades of Lightning Yellow #F9A53D
Tints of Lightning Yellow #F9A53D
RGB
CMYK
RGB Variations
Color information
#F9A53D (or 0xF9A53D) is known color: Lightning Yellow. HEX triplet: F9, A5 and 3D. RGB value is (249,165,61). Sum of RGB (Red+Green+Blue) = 249+165+61=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A53D is #065AC2. Grayscale: #B2B2B2. Windows color (decimal): -416451 or 4040185. OLE color: 4040185.
HSL color Cylindrical-coordinate representation of color #F9A53D: hue angle of 33.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9A53D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 61 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.02 |
| HSL | 33.19º | 0.94% | 0.61% | - |
| HSV(B) | 33.19º | 0.76% | 0.98% | - |
| XYZ | 53.36 | 47.39 | 10.75 | - |
| YUV | 178.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 61 | 0 | 0.34 | 0.76 | 0.02 | 33.19 | 0.94 | 0.61 |
| Hex | F9 | A5 | 3D | 0 | 22 | 4C | 2 | 21 | 5E | 3D |
| Octal | 371 | 245 | 75 | 0 | 42 | 114 | 2 | 41 | 136 | 75 |
| Binary | 11111001 | 10100101 | 111101 | 0 | 100010 | 1001100 | 10 | 100001 | 1011110 | 111101 |
Color Harmonies of #F9A53D
Complementary color
Monochromatic Colors of #F9A53D
Black with #F9A53D
Text Example
Text Example
White with #F9A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A53D; }
p { color: rgb(249,165,61); }
H1.HeaderClassName
{
color: #F9A53D;
}
.AnyTagClassName
{
color: #F9A53D;
}
</style>
background-color css
<style>
a { background-color: #F9A53D; }
a { background-color: rgb(249,165,61); }
div.DivClassName
{
background-color: #F9A53D;
}
.BgClassName
{
background-color: #F9A53D;
}
</style>
border-color css
<style>
span { border-color: #F9A53D; }
span { border-color: rgb(249,165,61); }
td.TdClassName
{
border-color: #F9A53D;
}
.TagClassName
{
border-color: #F9A53D;
}
</style>