Shades of Lightning Yellow #FDA23A
Tints of Lightning Yellow #FDA23A
RGB
CMYK
RGB Variations
Color information
#FDA23A (or 0xFDA23A) is known color: Lightning Yellow. HEX triplet: FD, A2 and 3A. RGB value is (253,162,58). Sum of RGB (Red+Green+Blue) = 253+162+58=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA23A is #025DC5. Grayscale: #B1B1B1. Windows color (decimal): -155078 or 3842813. OLE color: 3842813.
HSL color Cylindrical-coordinate representation of color #FDA23A: hue angle of 32º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA23A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 58 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 32º | 0.98% | 0.61% | - |
| HSV(B) | 32º | 0.77% | 0.99% | - |
| XYZ | 54.19 | 47.03 | 10.22 | - |
| YUV | 177.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 58 | 0 | 0.36 | 0.77 | 0.01 | 32 | 0.98 | 0.61 |
| Hex | FD | A2 | 3A | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 242 | 72 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100010 | 111010 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA23A
Complementary color
Monochromatic Colors of #FDA23A
Black with #FDA23A
Text Example
Text Example
White with #FDA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA23A; }
p { color: rgb(253,162,58); }
H1.HeaderClassName
{
color: #FDA23A;
}
.AnyTagClassName
{
color: #FDA23A;
}
</style>
background-color css
<style>
a { background-color: #FDA23A; }
a { background-color: rgb(253,162,58); }
div.DivClassName
{
background-color: #FDA23A;
}
.BgClassName
{
background-color: #FDA23A;
}
</style>
border-color css
<style>
span { border-color: #FDA23A; }
span { border-color: rgb(253,162,58); }
td.TdClassName
{
border-color: #FDA23A;
}
.TagClassName
{
border-color: #FDA23A;
}
</style>