Shades of Lightning Yellow #FFA835
Tints of Lightning Yellow #FFA835
RGB
CMYK
RGB Variations
Color information
#FFA835 (or 0xFFA835) is known color: Lightning Yellow. HEX triplet: FF, A8 and 35. RGB value is (255,168,53). Sum of RGB (Red+Green+Blue) = 255+168+53=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA835 is #0057CA. Grayscale: #B5B5B5. Windows color (decimal): -22475 or 3516671. OLE color: 3516671.
HSL color Cylindrical-coordinate representation of color #FFA835: hue angle of 34.16º 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 #FFA835 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0 |
| HSL | 34.16º | 1% | 0.6% | - |
| HSV(B) | 34.16º | 0.79% | 1% | - |
| XYZ | 55.89 | 49.52 | 9.98 | - |
| YUV | 180.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 53 | 0 | 0.34 | 0.79 | 0 | 34.16 | 1 | 0.6 |
| Hex | FF | A8 | 35 | 0 | 22 | 4F | 0 | 22 | 64 | 3C |
| Octal | 377 | 250 | 65 | 0 | 42 | 117 | 0 | 42 | 144 | 74 |
| Binary | 11111111 | 10101000 | 110101 | 0 | 100010 | 1001111 | 0 | 100010 | 1100100 | 111100 |
Color Harmonies of #FFA835
Complementary color
Monochromatic Colors of #FFA835
Black with #FFA835
Text Example
Text Example
White with #FFA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA835; }
p { color: rgb(255,168,53); }
H1.HeaderClassName
{
color: #FFA835;
}
.AnyTagClassName
{
color: #FFA835;
}
</style>
background-color css
<style>
a { background-color: #FFA835; }
a { background-color: rgb(255,168,53); }
div.DivClassName
{
background-color: #FFA835;
}
.BgClassName
{
background-color: #FFA835;
}
</style>
border-color css
<style>
span { border-color: #FFA835; }
span { border-color: rgb(255,168,53); }
td.TdClassName
{
border-color: #FFA835;
}
.TagClassName
{
border-color: #FFA835;
}
</style>