Shades of Lightning Yellow #FFA43B
Tints of Lightning Yellow #FFA43B
RGB
CMYK
RGB Variations
Color information
#FFA43B (or 0xFFA43B) is known color: Lightning Yellow. HEX triplet: FF, A4 and 3B. RGB value is (255,164,59). Sum of RGB (Red+Green+Blue) = 255+164+59=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA43B is #005BC4. Grayscale: #B3B3B3. Windows color (decimal): -23493 or 3908863. OLE color: 3908863.
HSL color Cylindrical-coordinate representation of color #FFA43B: hue angle of 32.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFA43B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 59 | - |
| CMYK | 0 | 0.36 | 0.77 | 0 |
| HSL | 32.14º | 1% | 0.62% | - |
| HSV(B) | 32.14º | 0.77% | 1% | - |
| XYZ | 55.3 | 48.13 | 10.51 | - |
| YUV | 179.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 59 | 0 | 0.36 | 0.77 | 0 | 32.14 | 1 | 0.62 |
| Hex | FF | A4 | 3B | 0 | 24 | 4D | 0 | 20 | 64 | 3E |
| Octal | 377 | 244 | 73 | 0 | 44 | 115 | 0 | 40 | 144 | 76 |
| Binary | 11111111 | 10100100 | 111011 | 0 | 100100 | 1001101 | 0 | 100000 | 1100100 | 111110 |
Color Harmonies of #FFA43B
Complementary color
Monochromatic Colors of #FFA43B
Black with #FFA43B
Text Example
Text Example
White with #FFA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA43B; }
p { color: rgb(255,164,59); }
H1.HeaderClassName
{
color: #FFA43B;
}
.AnyTagClassName
{
color: #FFA43B;
}
</style>
background-color css
<style>
a { background-color: #FFA43B; }
a { background-color: rgb(255,164,59); }
div.DivClassName
{
background-color: #FFA43B;
}
.BgClassName
{
background-color: #FFA43B;
}
</style>
border-color css
<style>
span { border-color: #FFA43B; }
span { border-color: rgb(255,164,59); }
td.TdClassName
{
border-color: #FFA43B;
}
.TagClassName
{
border-color: #FFA43B;
}
</style>