Shades of Lightning Yellow #FDA239
Tints of Lightning Yellow #FDA239
RGB
CMYK
RGB Variations
Color information
#FDA239 (or 0xFDA239) is known color: Lightning Yellow. HEX triplet: FD, A2 and 39. RGB value is (253,162,57). Sum of RGB (Red+Green+Blue) = 253+162+57=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA239 is #025DC6. Grayscale: #B1B1B1. Windows color (decimal): -155079 or 3777277. OLE color: 3777277.
HSL color Cylindrical-coordinate representation of color #FDA239: hue angle of 32.14º 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 #FDA239 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 57 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 32.14º | 0.98% | 0.61% | - |
| HSV(B) | 32.14º | 0.77% | 0.99% | - |
| XYZ | 54.17 | 47.02 | 10.09 | - |
| YUV | 177.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 57 | 0 | 0.36 | 0.77 | 0.01 | 32.14 | 0.98 | 0.61 |
| Hex | FD | A2 | 39 | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 242 | 71 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100010 | 111001 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA239
Complementary color
Monochromatic Colors of #FDA239
Black with #FDA239
Text Example
Text Example
White with #FDA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA239; }
p { color: rgb(253,162,57); }
H1.HeaderClassName
{
color: #FDA239;
}
.AnyTagClassName
{
color: #FDA239;
}
</style>
background-color css
<style>
a { background-color: #FDA239; }
a { background-color: rgb(253,162,57); }
div.DivClassName
{
background-color: #FDA239;
}
.BgClassName
{
background-color: #FDA239;
}
</style>
border-color css
<style>
span { border-color: #FDA239; }
span { border-color: rgb(253,162,57); }
td.TdClassName
{
border-color: #FDA239;
}
.TagClassName
{
border-color: #FDA239;
}
</style>