Shades of Lightning Yellow #FDA339
Tints of Lightning Yellow #FDA339
RGB
CMYK
RGB Variations
Color information
#FDA339 (or 0xFDA339) is known color: Lightning Yellow. HEX triplet: FD, A3 and 39. RGB value is (253,163,57). Sum of RGB (Red+Green+Blue) = 253+163+57=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA339 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA339 is #025CC6. Grayscale: #B2B2B2. Windows color (decimal): -154823 or 3777533. OLE color: 3777533.
HSL color Cylindrical-coordinate representation of color #FDA339: hue angle of 32.45º 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 #FDA339 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 57 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 32.45º | 0.98% | 0.61% | - |
| HSV(B) | 32.45º | 0.77% | 0.99% | - |
| XYZ | 54.34 | 47.37 | 10.15 | - |
| YUV | 177.83 | 59.82 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 57 | 0 | 0.36 | 0.77 | 0.01 | 32.45 | 0.98 | 0.61 |
| Hex | FD | A3 | 39 | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 243 | 71 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100011 | 111001 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA339
Complementary color
Monochromatic Colors of #FDA339
Black with #FDA339
Text Example
Text Example
White with #FDA339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA339; }
p { color: rgb(253,163,57); }
H1.HeaderClassName
{
color: #FDA339;
}
.AnyTagClassName
{
color: #FDA339;
}
</style>
background-color css
<style>
a { background-color: #FDA339; }
a { background-color: rgb(253,163,57); }
div.DivClassName
{
background-color: #FDA339;
}
.BgClassName
{
background-color: #FDA339;
}
</style>
border-color css
<style>
span { border-color: #FDA339; }
span { border-color: rgb(253,163,57); }
td.TdClassName
{
border-color: #FDA339;
}
.TagClassName
{
border-color: #FDA339;
}
</style>