Shades of Lightning Yellow #F9A535
Tints of Lightning Yellow #F9A535
RGB
CMYK
RGB Variations
Color information
#F9A535 (or 0xF9A535) is known color: Lightning Yellow. HEX triplet: F9, A5 and 35. RGB value is (249,165,53). Sum of RGB (Red+Green+Blue) = 249+165+53=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A535 is #065ACA. Grayscale: #B1B1B1. Windows color (decimal): -416459 or 3515897. OLE color: 3515897.
HSL color Cylindrical-coordinate representation of color #F9A535: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9A535 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 34.29º | 0.94% | 0.59% | - |
| HSV(B) | 34.29º | 0.79% | 0.98% | - |
| XYZ | 53.16 | 47.31 | 9.7 | - |
| YUV | 177.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 53 | 0 | 0.34 | 0.79 | 0.02 | 34.29 | 0.94 | 0.59 |
| Hex | F9 | A5 | 35 | 0 | 22 | 4F | 2 | 22 | 5E | 3B |
| Octal | 371 | 245 | 65 | 0 | 42 | 117 | 2 | 42 | 136 | 73 |
| Binary | 11111001 | 10100101 | 110101 | 0 | 100010 | 1001111 | 10 | 100010 | 1011110 | 111011 |
Color Harmonies of #F9A535
Complementary color
Monochromatic Colors of #F9A535
Black with #F9A535
Text Example
Text Example
White with #F9A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A535; }
p { color: rgb(249,165,53); }
H1.HeaderClassName
{
color: #F9A535;
}
.AnyTagClassName
{
color: #F9A535;
}
</style>
background-color css
<style>
a { background-color: #F9A535; }
a { background-color: rgb(249,165,53); }
div.DivClassName
{
background-color: #F9A535;
}
.BgClassName
{
background-color: #F9A535;
}
</style>
border-color css
<style>
span { border-color: #F9A535; }
span { border-color: rgb(249,165,53); }
td.TdClassName
{
border-color: #F9A535;
}
.TagClassName
{
border-color: #F9A535;
}
</style>