Shades of Lightning Yellow #FDA33A
Tints of Lightning Yellow #FDA33A
RGB
CMYK
RGB Variations
Color information
#FDA33A (or 0xFDA33A) is known color: Lightning Yellow. HEX triplet: FD, A3 and 3A. RGB value is (253,163,58). Sum of RGB (Red+Green+Blue) = 253+163+58=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA33A is #025CC5. Grayscale: #B2B2B2. Windows color (decimal): -154822 or 3843069. OLE color: 3843069.
HSL color Cylindrical-coordinate representation of color #FDA33A: hue angle of 32.31º 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 #FDA33A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 58 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 32.31º | 0.98% | 0.61% | - |
| HSV(B) | 32.31º | 0.77% | 0.99% | - |
| XYZ | 54.37 | 47.38 | 10.28 | - |
| YUV | 177.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 58 | 0 | 0.36 | 0.77 | 0.01 | 32.31 | 0.98 | 0.61 |
| Hex | FD | A3 | 3A | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 243 | 72 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100011 | 111010 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA33A
Complementary color
Monochromatic Colors of #FDA33A
Black with #FDA33A
Text Example
Text Example
White with #FDA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA33A; }
p { color: rgb(253,163,58); }
H1.HeaderClassName
{
color: #FDA33A;
}
.AnyTagClassName
{
color: #FDA33A;
}
</style>
background-color css
<style>
a { background-color: #FDA33A; }
a { background-color: rgb(253,163,58); }
div.DivClassName
{
background-color: #FDA33A;
}
.BgClassName
{
background-color: #FDA33A;
}
</style>
border-color css
<style>
span { border-color: #FDA33A; }
span { border-color: rgb(253,163,58); }
td.TdClassName
{
border-color: #FDA33A;
}
.TagClassName
{
border-color: #FDA33A;
}
</style>