Shades of Lightning Yellow #FDA223
Tints of Lightning Yellow #FDA223
RGB
CMYK
RGB Variations
Color information
#FDA223 (or 0xFDA223) is known color: Lightning Yellow. HEX triplet: FD, A2 and 23. RGB value is (253,162,35). Sum of RGB (Red+Green+Blue) = 253+162+35=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA223 is #025DDC. Grayscale: #AFAFAF. Windows color (decimal): -155101 or 2335485. OLE color: 2335485.
HSL color Cylindrical-coordinate representation of color #FDA223: hue angle of 34.95º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDA223 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 35 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.01 |
| HSL | 34.95º | 0.98% | 0.56% | - |
| HSV(B) | 34.95º | 0.86% | 0.99% | - |
| XYZ | 53.73 | 46.84 | 7.8 | - |
| YUV | 174.73 | 49.15 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 35 | 0 | 0.36 | 0.86 | 0.01 | 34.95 | 0.98 | 0.56 |
| Hex | FD | A2 | 23 | 0 | 24 | 56 | 1 | 23 | 62 | 38 |
| Octal | 375 | 242 | 43 | 0 | 44 | 126 | 1 | 43 | 142 | 70 |
| Binary | 11111101 | 10100010 | 100011 | 0 | 100100 | 1010110 | 1 | 100011 | 1100010 | 111000 |
Color Harmonies of #FDA223
Complementary color
Monochromatic Colors of #FDA223
Black with #FDA223
Text Example
Text Example
White with #FDA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA223; }
p { color: rgb(253,162,35); }
H1.HeaderClassName
{
color: #FDA223;
}
.AnyTagClassName
{
color: #FDA223;
}
</style>
background-color css
<style>
a { background-color: #FDA223; }
a { background-color: rgb(253,162,35); }
div.DivClassName
{
background-color: #FDA223;
}
.BgClassName
{
background-color: #FDA223;
}
</style>
border-color css
<style>
span { border-color: #FDA223; }
span { border-color: rgb(253,162,35); }
td.TdClassName
{
border-color: #FDA223;
}
.TagClassName
{
border-color: #FDA223;
}
</style>