Shades of Lightning Yellow #FEA53B
Tints of Lightning Yellow #FEA53B
RGB
CMYK
RGB Variations
Color information
#FEA53B (or 0xFEA53B) is known color: Lightning Yellow. HEX triplet: FE, A5 and 3B. RGB value is (254,165,59). Sum of RGB (Red+Green+Blue) = 254+165+59=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA53B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA53B is #015AC4. Grayscale: #B4B4B4. Windows color (decimal): -88773 or 3909118. OLE color: 3909118.
HSL color Cylindrical-coordinate representation of color #FEA53B: hue angle of 32.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEA53B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 59 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.00 |
| HSL | 32.62º | 0.99% | 0.61% | - |
| HSV(B) | 32.62º | 0.77% | 1% | - |
| XYZ | 55.12 | 48.3 | 10.55 | - |
| YUV | 179.53 | 59.99 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 59 | 0 | 0.35 | 0.77 | 0.00 | 32.62 | 0.99 | 0.61 |
| Hex | FE | A5 | 3B | 0 | 23 | 4D | 0 | 21 | 63 | 3D |
| Octal | 376 | 245 | 73 | 0 | 43 | 115 | 0 | 41 | 143 | 75 |
| Binary | 11111110 | 10100101 | 111011 | 0 | 100011 | 1001101 | 0 | 100001 | 1100011 | 111101 |
Color Harmonies of #FEA53B
Complementary color
Monochromatic Colors of #FEA53B
Black with #FEA53B
Text Example
Text Example
White with #FEA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA53B; }
p { color: rgb(254,165,59); }
H1.HeaderClassName
{
color: #FEA53B;
}
.AnyTagClassName
{
color: #FEA53B;
}
</style>
background-color css
<style>
a { background-color: #FEA53B; }
a { background-color: rgb(254,165,59); }
div.DivClassName
{
background-color: #FEA53B;
}
.BgClassName
{
background-color: #FEA53B;
}
</style>
border-color css
<style>
span { border-color: #FEA53B; }
span { border-color: rgb(254,165,59); }
td.TdClassName
{
border-color: #FEA53B;
}
.TagClassName
{
border-color: #FEA53B;
}
</style>