Shades of Lightning Yellow #FFA935
Tints of Lightning Yellow #FFA935
RGB
CMYK
RGB Variations
Color information
#FFA935 (or 0xFFA935) is known color: Lightning Yellow. HEX triplet: FF, A9 and 35. RGB value is (255,169,53). Sum of RGB (Red+Green+Blue) = 255+169+53=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA935 is #0056CA. Grayscale: #B6B6B6. Windows color (decimal): -22219 or 3516927. OLE color: 3516927.
HSL color Cylindrical-coordinate representation of color #FFA935: hue angle of 34.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFA935 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0 |
| HSL | 34.46º | 1% | 0.6% | - |
| HSV(B) | 34.46º | 0.79% | 1% | - |
| XYZ | 56.07 | 49.89 | 10.04 | - |
| YUV | 181.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 53 | 0 | 0.34 | 0.79 | 0 | 34.46 | 1 | 0.6 |
| Hex | FF | A9 | 35 | 0 | 22 | 4F | 0 | 22 | 64 | 3C |
| Octal | 377 | 251 | 65 | 0 | 42 | 117 | 0 | 42 | 144 | 74 |
| Binary | 11111111 | 10101001 | 110101 | 0 | 100010 | 1001111 | 0 | 100010 | 1100100 | 111100 |
Color Harmonies of #FFA935
Complementary color
Monochromatic Colors of #FFA935
Black with #FFA935
Text Example
Text Example
White with #FFA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA935; }
p { color: rgb(255,169,53); }
H1.HeaderClassName
{
color: #FFA935;
}
.AnyTagClassName
{
color: #FFA935;
}
</style>
background-color css
<style>
a { background-color: #FFA935; }
a { background-color: rgb(255,169,53); }
div.DivClassName
{
background-color: #FFA935;
}
.BgClassName
{
background-color: #FFA935;
}
</style>
border-color css
<style>
span { border-color: #FFA935; }
span { border-color: rgb(255,169,53); }
td.TdClassName
{
border-color: #FFA935;
}
.TagClassName
{
border-color: #FFA935;
}
</style>