Shades of Lightning Yellow #FFA52B
Tints of Lightning Yellow #FFA52B
RGB
CMYK
RGB Variations
Color information
#FFA52B (or 0xFFA52B) is known color: Lightning Yellow. HEX triplet: FF, A5 and 2B. RGB value is (255,165,43). Sum of RGB (Red+Green+Blue) = 255+165+43=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA52B is #005AD4. Grayscale: #B2B2B2. Windows color (decimal): -23253 or 2860543. OLE color: 2860543.
HSL color Cylindrical-coordinate representation of color #FFA52B: hue angle of 34.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFA52B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 43 | - |
| CMYK | 0 | 0.35 | 0.83 | 0 |
| HSL | 34.53º | 1% | 0.58% | - |
| HSV(B) | 34.53º | 0.83% | 1% | - |
| XYZ | 55.13 | 48.34 | 8.71 | - |
| YUV | 178 | 51.82 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 43 | 0 | 0.35 | 0.83 | 0 | 34.53 | 1 | 0.58 |
| Hex | FF | A5 | 2B | 0 | 23 | 53 | 0 | 23 | 64 | 3A |
| Octal | 377 | 245 | 53 | 0 | 43 | 123 | 0 | 43 | 144 | 72 |
| Binary | 11111111 | 10100101 | 101011 | 0 | 100011 | 1010011 | 0 | 100011 | 1100100 | 111010 |
Color Harmonies of #FFA52B
Complementary color
Monochromatic Colors of #FFA52B
Black with #FFA52B
Text Example
Text Example
White with #FFA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA52B; }
p { color: rgb(255,165,43); }
H1.HeaderClassName
{
color: #FFA52B;
}
.AnyTagClassName
{
color: #FFA52B;
}
</style>
background-color css
<style>
a { background-color: #FFA52B; }
a { background-color: rgb(255,165,43); }
div.DivClassName
{
background-color: #FFA52B;
}
.BgClassName
{
background-color: #FFA52B;
}
</style>
border-color css
<style>
span { border-color: #FFA52B; }
span { border-color: rgb(255,165,43); }
td.TdClassName
{
border-color: #FFA52B;
}
.TagClassName
{
border-color: #FFA52B;
}
</style>