Shades of Lightning Yellow #FDA33C
Tints of Lightning Yellow #FDA33C
RGB
CMYK
RGB Variations
Color information
#FDA33C (or 0xFDA33C) is known color: Lightning Yellow. HEX triplet: FD, A3 and 3C. RGB value is (253,163,60). Sum of RGB (Red+Green+Blue) = 253+163+60=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA33C is #025CC3. Grayscale: #B2B2B2. Windows color (decimal): -154820 or 3974141. OLE color: 3974141.
HSL color Cylindrical-coordinate representation of color #FDA33C: hue angle of 32.02º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDA33C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.01 |
| HSL | 32.02º | 0.98% | 0.61% | - |
| HSV(B) | 32.02º | 0.76% | 0.99% | - |
| XYZ | 54.42 | 47.4 | 10.56 | - |
| YUV | 178.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 60 | 0 | 0.36 | 0.76 | 0.01 | 32.02 | 0.98 | 0.61 |
| Hex | FD | A3 | 3C | 0 | 24 | 4C | 1 | 20 | 62 | 3D |
| Octal | 375 | 243 | 74 | 0 | 44 | 114 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100011 | 111100 | 0 | 100100 | 1001100 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA33C
Complementary color
Monochromatic Colors of #FDA33C
Black with #FDA33C
Text Example
Text Example
White with #FDA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA33C; }
p { color: rgb(253,163,60); }
H1.HeaderClassName
{
color: #FDA33C;
}
.AnyTagClassName
{
color: #FDA33C;
}
</style>
background-color css
<style>
a { background-color: #FDA33C; }
a { background-color: rgb(253,163,60); }
div.DivClassName
{
background-color: #FDA33C;
}
.BgClassName
{
background-color: #FDA33C;
}
</style>
border-color css
<style>
span { border-color: #FDA33C; }
span { border-color: rgb(253,163,60); }
td.TdClassName
{
border-color: #FDA33C;
}
.TagClassName
{
border-color: #FDA33C;
}
</style>