Shades of Lightning Yellow #FFA42B
Tints of Lightning Yellow #FFA42B
RGB
CMYK
RGB Variations
Color information
#FFA42B (or 0xFFA42B) is known color: Lightning Yellow. HEX triplet: FF, A4 and 2B. RGB value is (255,164,43). Sum of RGB (Red+Green+Blue) = 255+164+43=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA42B is #005BD4. Grayscale: #B1B1B1. Windows color (decimal): -23509 or 2860287. OLE color: 2860287.
HSL color Cylindrical-coordinate representation of color #FFA42B: hue angle of 34.25º 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 #FFA42B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 43 | - |
| CMYK | 0 | 0.36 | 0.83 | 0 |
| HSL | 34.25º | 1% | 0.58% | - |
| HSV(B) | 34.25º | 0.83% | 1% | - |
| XYZ | 54.95 | 47.99 | 8.65 | - |
| YUV | 177.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 43 | 0 | 0.36 | 0.83 | 0 | 34.25 | 1 | 0.58 |
| Hex | FF | A4 | 2B | 0 | 24 | 53 | 0 | 22 | 64 | 3A |
| Octal | 377 | 244 | 53 | 0 | 44 | 123 | 0 | 42 | 144 | 72 |
| Binary | 11111111 | 10100100 | 101011 | 0 | 100100 | 1010011 | 0 | 100010 | 1100100 | 111010 |
Color Harmonies of #FFA42B
Complementary color
Monochromatic Colors of #FFA42B
Black with #FFA42B
Text Example
Text Example
White with #FFA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA42B; }
p { color: rgb(255,164,43); }
H1.HeaderClassName
{
color: #FFA42B;
}
.AnyTagClassName
{
color: #FFA42B;
}
</style>
background-color css
<style>
a { background-color: #FFA42B; }
a { background-color: rgb(255,164,43); }
div.DivClassName
{
background-color: #FFA42B;
}
.BgClassName
{
background-color: #FFA42B;
}
</style>
border-color css
<style>
span { border-color: #FFA42B; }
span { border-color: rgb(255,164,43); }
td.TdClassName
{
border-color: #FFA42B;
}
.TagClassName
{
border-color: #FFA42B;
}
</style>