Shades of Lightning Yellow #FDA435
Tints of Lightning Yellow #FDA435
RGB
CMYK
RGB Variations
Color information
#FDA435 (or 0xFDA435) is known color: Lightning Yellow. HEX triplet: FD, A4 and 35. RGB value is (253,164,53). Sum of RGB (Red+Green+Blue) = 253+164+53=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA435 is #025BCA. Grayscale: #B2B2B2. Windows color (decimal): -154571 or 3515645. OLE color: 3515645.
HSL color Cylindrical-coordinate representation of color #FDA435: hue angle of 33.3º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDA435 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 53 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.01 |
| HSL | 33.3º | 0.98% | 0.6% | - |
| HSV(B) | 33.3º | 0.79% | 0.99% | - |
| XYZ | 54.43 | 47.69 | 9.7 | - |
| YUV | 177.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 53 | 0 | 0.35 | 0.79 | 0.01 | 33.3 | 0.98 | 0.6 |
| Hex | FD | A4 | 35 | 0 | 23 | 4F | 1 | 21 | 62 | 3C |
| Octal | 375 | 244 | 65 | 0 | 43 | 117 | 1 | 41 | 142 | 74 |
| Binary | 11111101 | 10100100 | 110101 | 0 | 100011 | 1001111 | 1 | 100001 | 1100010 | 111100 |
Color Harmonies of #FDA435
Complementary color
Monochromatic Colors of #FDA435
Black with #FDA435
Text Example
Text Example
White with #FDA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA435; }
p { color: rgb(253,164,53); }
H1.HeaderClassName
{
color: #FDA435;
}
.AnyTagClassName
{
color: #FDA435;
}
</style>
background-color css
<style>
a { background-color: #FDA435; }
a { background-color: rgb(253,164,53); }
div.DivClassName
{
background-color: #FDA435;
}
.BgClassName
{
background-color: #FDA435;
}
</style>
border-color css
<style>
span { border-color: #FDA435; }
span { border-color: rgb(253,164,53); }
td.TdClassName
{
border-color: #FDA435;
}
.TagClassName
{
border-color: #FDA435;
}
</style>