Shades of Lightning Yellow #FDA230
Tints of Lightning Yellow #FDA230
RGB
CMYK
RGB Variations
Color information
#FDA230 (or 0xFDA230) is known color: Lightning Yellow. HEX triplet: FD, A2 and 30. RGB value is (253,162,48). Sum of RGB (Red+Green+Blue) = 253+162+48=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA230 is #025DCF. Grayscale: #B0B0B0. Windows color (decimal): -155088 or 3187453. OLE color: 3187453.
HSL color Cylindrical-coordinate representation of color #FDA230: hue angle of 33.37º 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 #FDA230 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 48 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.01 |
| HSL | 33.37º | 0.98% | 0.59% | - |
| HSV(B) | 33.37º | 0.81% | 0.99% | - |
| XYZ | 53.96 | 46.94 | 9.01 | - |
| YUV | 176.21 | 55.65 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 48 | 0 | 0.36 | 0.81 | 0.01 | 33.37 | 0.98 | 0.59 |
| Hex | FD | A2 | 30 | 0 | 24 | 51 | 1 | 21 | 62 | 3B |
| Octal | 375 | 242 | 60 | 0 | 44 | 121 | 1 | 41 | 142 | 73 |
| Binary | 11111101 | 10100010 | 110000 | 0 | 100100 | 1010001 | 1 | 100001 | 1100010 | 111011 |
Color Harmonies of #FDA230
Complementary color
Monochromatic Colors of #FDA230
Black with #FDA230
Text Example
Text Example
White with #FDA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA230; }
p { color: rgb(253,162,48); }
H1.HeaderClassName
{
color: #FDA230;
}
.AnyTagClassName
{
color: #FDA230;
}
</style>
background-color css
<style>
a { background-color: #FDA230; }
a { background-color: rgb(253,162,48); }
div.DivClassName
{
background-color: #FDA230;
}
.BgClassName
{
background-color: #FDA230;
}
</style>
border-color css
<style>
span { border-color: #FDA230; }
span { border-color: rgb(253,162,48); }
td.TdClassName
{
border-color: #FDA230;
}
.TagClassName
{
border-color: #FDA230;
}
</style>