Shades of Lightning Yellow #FFA52D
Tints of Lightning Yellow #FFA52D
RGB
CMYK
RGB Variations
Color information
#FFA52D (or 0xFFA52D) is known color: Lightning Yellow. HEX triplet: FF, A5 and 2D. RGB value is (255,165,45). Sum of RGB (Red+Green+Blue) = 255+165+45=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA52D is #005AD2. Grayscale: #B2B2B2. Windows color (decimal): -23251 or 2991615. OLE color: 2991615.
HSL color Cylindrical-coordinate representation of color #FFA52D: hue angle of 34.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA52D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0 |
| HSL | 34.29º | 1% | 0.59% | - |
| HSV(B) | 34.29º | 0.82% | 1% | - |
| XYZ | 55.17 | 48.36 | 8.91 | - |
| YUV | 178.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 45 | 0 | 0.35 | 0.82 | 0 | 34.29 | 1 | 0.59 |
| Hex | FF | A5 | 2D | 0 | 23 | 52 | 0 | 22 | 64 | 3B |
| Octal | 377 | 245 | 55 | 0 | 43 | 122 | 0 | 42 | 144 | 73 |
| Binary | 11111111 | 10100101 | 101101 | 0 | 100011 | 1010010 | 0 | 100010 | 1100100 | 111011 |
Color Harmonies of #FFA52D
Complementary color
Monochromatic Colors of #FFA52D
Black with #FFA52D
Text Example
Text Example
White with #FFA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA52D; }
p { color: rgb(255,165,45); }
H1.HeaderClassName
{
color: #FFA52D;
}
.AnyTagClassName
{
color: #FFA52D;
}
</style>
background-color css
<style>
a { background-color: #FFA52D; }
a { background-color: rgb(255,165,45); }
div.DivClassName
{
background-color: #FFA52D;
}
.BgClassName
{
background-color: #FFA52D;
}
</style>
border-color css
<style>
span { border-color: #FFA52D; }
span { border-color: rgb(255,165,45); }
td.TdClassName
{
border-color: #FFA52D;
}
.TagClassName
{
border-color: #FFA52D;
}
</style>