Shades of Lightning Yellow #FFA53A
Tints of Lightning Yellow #FFA53A
RGB
CMYK
RGB Variations
Color information
#FFA53A (or 0xFFA53A) is known color: Lightning Yellow. HEX triplet: FF, A5 and 3A. RGB value is (255,165,58). Sum of RGB (Red+Green+Blue) = 255+165+58=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA53A is #005AC5. Grayscale: #B4B4B4. Windows color (decimal): -23238 or 3843583. OLE color: 3843583.
HSL color Cylindrical-coordinate representation of color #FFA53A: hue angle of 32.59º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFA53A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0 |
| HSL | 32.59º | 1% | 0.61% | - |
| HSV(B) | 32.59º | 0.77% | 1% | - |
| XYZ | 55.46 | 48.48 | 10.44 | - |
| YUV | 179.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 58 | 0 | 0.35 | 0.77 | 0 | 32.59 | 1 | 0.61 |
| Hex | FF | A5 | 3A | 0 | 23 | 4D | 0 | 21 | 64 | 3D |
| Octal | 377 | 245 | 72 | 0 | 43 | 115 | 0 | 41 | 144 | 75 |
| Binary | 11111111 | 10100101 | 111010 | 0 | 100011 | 1001101 | 0 | 100001 | 1100100 | 111101 |
Color Harmonies of #FFA53A
Complementary color
Monochromatic Colors of #FFA53A
Black with #FFA53A
Text Example
Text Example
White with #FFA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA53A; }
p { color: rgb(255,165,58); }
H1.HeaderClassName
{
color: #FFA53A;
}
.AnyTagClassName
{
color: #FFA53A;
}
</style>
background-color css
<style>
a { background-color: #FFA53A; }
a { background-color: rgb(255,165,58); }
div.DivClassName
{
background-color: #FFA53A;
}
.BgClassName
{
background-color: #FFA53A;
}
</style>
border-color css
<style>
span { border-color: #FFA53A; }
span { border-color: rgb(255,165,58); }
td.TdClassName
{
border-color: #FFA53A;
}
.TagClassName
{
border-color: #FFA53A;
}
</style>