Shades of Lightning Yellow #FDA13C
Tints of Lightning Yellow #FDA13C
RGB
CMYK
RGB Variations
Color information
#FDA13C (or 0xFDA13C) is known color: Lightning Yellow. HEX triplet: FD, A1 and 3C. RGB value is (253,161,60). Sum of RGB (Red+Green+Blue) = 253+161+60=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA13C is #025EC3. Grayscale: #B1B1B1. Windows color (decimal): -155332 or 3973629. OLE color: 3973629.
HSL color Cylindrical-coordinate representation of color #FDA13C: hue angle of 31.4º 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 #FDA13C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.01 |
| HSL | 31.4º | 0.98% | 0.61% | - |
| HSV(B) | 31.4º | 0.76% | 0.99% | - |
| XYZ | 54.07 | 46.7 | 10.44 | - |
| YUV | 176.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 60 | 0 | 0.36 | 0.76 | 0.01 | 31.4 | 0.98 | 0.61 |
| Hex | FD | A1 | 3C | 0 | 24 | 4C | 1 | 1F | 62 | 3D |
| Octal | 375 | 241 | 74 | 0 | 44 | 114 | 1 | 37 | 142 | 75 |
| Binary | 11111101 | 10100001 | 111100 | 0 | 100100 | 1001100 | 1 | 11111 | 1100010 | 111101 |
Color Harmonies of #FDA13C
Complementary color
Monochromatic Colors of #FDA13C
Black with #FDA13C
Text Example
Text Example
White with #FDA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA13C; }
p { color: rgb(253,161,60); }
H1.HeaderClassName
{
color: #FDA13C;
}
.AnyTagClassName
{
color: #FDA13C;
}
</style>
background-color css
<style>
a { background-color: #FDA13C; }
a { background-color: rgb(253,161,60); }
div.DivClassName
{
background-color: #FDA13C;
}
.BgClassName
{
background-color: #FDA13C;
}
</style>
border-color css
<style>
span { border-color: #FDA13C; }
span { border-color: rgb(253,161,60); }
td.TdClassName
{
border-color: #FDA13C;
}
.TagClassName
{
border-color: #FDA13C;
}
</style>