Shades of Lightning Yellow #FDA530
Tints of Lightning Yellow #FDA530
RGB
CMYK
RGB Variations
Color information
#FDA530 (or 0xFDA530) is known color: Lightning Yellow. HEX triplet: FD, A5 and 30. RGB value is (253,165,48). Sum of RGB (Red+Green+Blue) = 253+165+48=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA530 is #025ACF. Grayscale: #B2B2B2. Windows color (decimal): -154320 or 3188221. OLE color: 3188221.
HSL color Cylindrical-coordinate representation of color #FDA530: hue angle of 34.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA530 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 48 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.01 |
| HSL | 34.24º | 0.98% | 0.59% | - |
| HSV(B) | 34.24º | 0.81% | 0.99% | - |
| XYZ | 54.5 | 48.01 | 9.19 | - |
| YUV | 177.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 48 | 0 | 0.35 | 0.81 | 0.01 | 34.24 | 0.98 | 0.59 |
| Hex | FD | A5 | 30 | 0 | 23 | 51 | 1 | 22 | 62 | 3B |
| Octal | 375 | 245 | 60 | 0 | 43 | 121 | 1 | 42 | 142 | 73 |
| Binary | 11111101 | 10100101 | 110000 | 0 | 100011 | 1010001 | 1 | 100010 | 1100010 | 111011 |
Color Harmonies of #FDA530
Complementary color
Monochromatic Colors of #FDA530
Black with #FDA530
Text Example
Text Example
White with #FDA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA530; }
p { color: rgb(253,165,48); }
H1.HeaderClassName
{
color: #FDA530;
}
.AnyTagClassName
{
color: #FDA530;
}
</style>
background-color css
<style>
a { background-color: #FDA530; }
a { background-color: rgb(253,165,48); }
div.DivClassName
{
background-color: #FDA530;
}
.BgClassName
{
background-color: #FDA530;
}
</style>
border-color css
<style>
span { border-color: #FDA530; }
span { border-color: rgb(253,165,48); }
td.TdClassName
{
border-color: #FDA530;
}
.TagClassName
{
border-color: #FDA530;
}
</style>