Shades of Lightning Yellow #FDA139
Tints of Lightning Yellow #FDA139
RGB
CMYK
RGB Variations
Color information
#FDA139 (or 0xFDA139) is known color: Lightning Yellow. HEX triplet: FD, A1 and 39. RGB value is (253,161,57). Sum of RGB (Red+Green+Blue) = 253+161+57=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA139 is #025EC6. Grayscale: #B1B1B1. Windows color (decimal): -155335 or 3777021. OLE color: 3777021.
HSL color Cylindrical-coordinate representation of color #FDA139: hue angle of 31.84º 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 #FDA139 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 57 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 31.84º | 0.98% | 0.61% | - |
| HSV(B) | 31.84º | 0.77% | 0.99% | - |
| XYZ | 53.99 | 46.67 | 10.03 | - |
| YUV | 176.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 57 | 0 | 0.36 | 0.77 | 0.01 | 31.84 | 0.98 | 0.61 |
| Hex | FD | A1 | 39 | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 241 | 71 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100001 | 111001 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA139
Complementary color
Monochromatic Colors of #FDA139
Black with #FDA139
Text Example
Text Example
White with #FDA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA139; }
p { color: rgb(253,161,57); }
H1.HeaderClassName
{
color: #FDA139;
}
.AnyTagClassName
{
color: #FDA139;
}
</style>
background-color css
<style>
a { background-color: #FDA139; }
a { background-color: rgb(253,161,57); }
div.DivClassName
{
background-color: #FDA139;
}
.BgClassName
{
background-color: #FDA139;
}
</style>
border-color css
<style>
span { border-color: #FDA139; }
span { border-color: rgb(253,161,57); }
td.TdClassName
{
border-color: #FDA139;
}
.TagClassName
{
border-color: #FDA139;
}
</style>