Shades of Lightning Yellow #FDA13A
Tints of Lightning Yellow #FDA13A
RGB
CMYK
RGB Variations
Color information
#FDA13A (or 0xFDA13A) is known color: Lightning Yellow. HEX triplet: FD, A1 and 3A. RGB value is (253,161,58). Sum of RGB (Red+Green+Blue) = 253+161+58=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA13A is #025EC5. Grayscale: #B1B1B1. Windows color (decimal): -155334 or 3842557. OLE color: 3842557.
HSL color Cylindrical-coordinate representation of color #FDA13A: hue angle of 31.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA13A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 58 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.01 |
| HSL | 31.69º | 0.98% | 0.61% | - |
| HSV(B) | 31.69º | 0.77% | 0.99% | - |
| XYZ | 54.02 | 46.68 | 10.17 | - |
| YUV | 176.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 58 | 0 | 0.36 | 0.77 | 0.01 | 31.69 | 0.98 | 0.61 |
| Hex | FD | A1 | 3A | 0 | 24 | 4D | 1 | 20 | 62 | 3D |
| Octal | 375 | 241 | 72 | 0 | 44 | 115 | 1 | 40 | 142 | 75 |
| Binary | 11111101 | 10100001 | 111010 | 0 | 100100 | 1001101 | 1 | 100000 | 1100010 | 111101 |
Color Harmonies of #FDA13A
Complementary color
Monochromatic Colors of #FDA13A
Black with #FDA13A
Text Example
Text Example
White with #FDA13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA13A; }
p { color: rgb(253,161,58); }
H1.HeaderClassName
{
color: #FDA13A;
}
.AnyTagClassName
{
color: #FDA13A;
}
</style>
background-color css
<style>
a { background-color: #FDA13A; }
a { background-color: rgb(253,161,58); }
div.DivClassName
{
background-color: #FDA13A;
}
.BgClassName
{
background-color: #FDA13A;
}
</style>
border-color css
<style>
span { border-color: #FDA13A; }
span { border-color: rgb(253,161,58); }
td.TdClassName
{
border-color: #FDA13A;
}
.TagClassName
{
border-color: #FDA13A;
}
</style>