Shades of Lightning Yellow #FDA338
Tints of Lightning Yellow #FDA338
RGB
CMYK
RGB Variations
Color information
#FDA338 (or 0xFDA338) is known color: Lightning Yellow. HEX triplet: FD, A3 and 38. RGB value is (253,163,56). Sum of RGB (Red+Green+Blue) = 253+163+56=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA338 is #025CC7. Grayscale: #B2B2B2. Windows color (decimal): -154824 or 3711997. OLE color: 3711997.
HSL color Cylindrical-coordinate representation of color #FDA338: hue angle of 32.59º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDA338 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 56 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.01 |
| HSL | 32.59º | 0.98% | 0.61% | - |
| HSV(B) | 32.59º | 0.78% | 0.99% | - |
| XYZ | 54.32 | 47.36 | 10.02 | - |
| YUV | 177.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 56 | 0 | 0.36 | 0.78 | 0.01 | 32.59 | 0.98 | 0.61 |
| Hex | FD | A3 | 38 | 0 | 24 | 4E | 1 | 21 | 62 | 3D |
| Octal | 375 | 243 | 70 | 0 | 44 | 116 | 1 | 41 | 142 | 75 |
| Binary | 11111101 | 10100011 | 111000 | 0 | 100100 | 1001110 | 1 | 100001 | 1100010 | 111101 |
Color Harmonies of #FDA338
Complementary color
Monochromatic Colors of #FDA338
Black with #FDA338
Text Example
Text Example
White with #FDA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA338; }
p { color: rgb(253,163,56); }
H1.HeaderClassName
{
color: #FDA338;
}
.AnyTagClassName
{
color: #FDA338;
}
</style>
background-color css
<style>
a { background-color: #FDA338; }
a { background-color: rgb(253,163,56); }
div.DivClassName
{
background-color: #FDA338;
}
.BgClassName
{
background-color: #FDA338;
}
</style>
border-color css
<style>
span { border-color: #FDA338; }
span { border-color: rgb(253,163,56); }
td.TdClassName
{
border-color: #FDA338;
}
.TagClassName
{
border-color: #FDA338;
}
</style>