Shades of Lightning Yellow #FDA23C
Tints of Lightning Yellow #FDA23C
RGB
CMYK
RGB Variations
Color information
#FDA23C (or 0xFDA23C) is known color: Lightning Yellow. HEX triplet: FD, A2 and 3C. RGB value is (253,162,60). Sum of RGB (Red+Green+Blue) = 253+162+60=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA23C is #025DC3. Grayscale: #B2B2B2. Windows color (decimal): -155076 or 3973885. OLE color: 3973885.
HSL color Cylindrical-coordinate representation of color #FDA23C: hue angle of 31.71º 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 #FDA23C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.01 |
| HSL | 31.71º | 0.98% | 0.61% | - |
| HSV(B) | 31.71º | 0.76% | 0.99% | - |
| XYZ | 54.24 | 47.05 | 10.5 | - |
| YUV | 177.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 60 | 0 | 0.36 | 0.76 | 0.01 | 31.71 | 0.98 | 0.61 |
| Hex | FD | A2 | 3C | 0 | 24 | 4C | 1 | 20 | 62 | 3D |
| Octal | 375 | 242 | 74 | 0 | 44 | 114 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100010 | 111100 | 0 | 100100 | 1001100 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA23C
Complementary color
Monochromatic Colors of #FDA23C
Black with #FDA23C
Text Example
Text Example
White with #FDA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA23C; }
p { color: rgb(253,162,60); }
H1.HeaderClassName
{
color: #FDA23C;
}
.AnyTagClassName
{
color: #FDA23C;
}
</style>
background-color css
<style>
a { background-color: #FDA23C; }
a { background-color: rgb(253,162,60); }
div.DivClassName
{
background-color: #FDA23C;
}
.BgClassName
{
background-color: #FDA23C;
}
</style>
border-color css
<style>
span { border-color: #FDA23C; }
span { border-color: rgb(253,162,60); }
td.TdClassName
{
border-color: #FDA23C;
}
.TagClassName
{
border-color: #FDA23C;
}
</style>