Shades of Lightning Yellow #FEA63A
Tints of Lightning Yellow #FEA63A
RGB
CMYK
RGB Variations
Color information
#FEA63A (or 0xFEA63A) is known color: Lightning Yellow. HEX triplet: FE, A6 and 3A. RGB value is (254,166,58). Sum of RGB (Red+Green+Blue) = 254+166+58=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA63A is #0159C5. Grayscale: #B4B4B4. Windows color (decimal): -88518 or 3843838. OLE color: 3843838.
HSL color Cylindrical-coordinate representation of color #FEA63A: hue angle of 33.06º 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 #FEA63A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.00 |
| HSL | 33.06º | 0.99% | 0.61% | - |
| HSV(B) | 33.06º | 0.77% | 1% | - |
| XYZ | 55.27 | 48.65 | 10.48 | - |
| YUV | 180 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 58 | 0 | 0.35 | 0.77 | 0.00 | 33.06 | 0.99 | 0.61 |
| Hex | FE | A6 | 3A | 0 | 23 | 4D | 0 | 21 | 63 | 3D |
| Octal | 376 | 246 | 72 | 0 | 43 | 115 | 0 | 41 | 143 | 75 |
| Binary | 11111110 | 10100110 | 111010 | 0 | 100011 | 1001101 | 0 | 100001 | 1100011 | 111101 |
Color Harmonies of #FEA63A
Complementary color
Monochromatic Colors of #FEA63A
Black with #FEA63A
Text Example
Text Example
White with #FEA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA63A; }
p { color: rgb(254,166,58); }
H1.HeaderClassName
{
color: #FEA63A;
}
.AnyTagClassName
{
color: #FEA63A;
}
</style>
background-color css
<style>
a { background-color: #FEA63A; }
a { background-color: rgb(254,166,58); }
div.DivClassName
{
background-color: #FEA63A;
}
.BgClassName
{
background-color: #FEA63A;
}
</style>
border-color css
<style>
span { border-color: #FEA63A; }
span { border-color: rgb(254,166,58); }
td.TdClassName
{
border-color: #FEA63A;
}
.TagClassName
{
border-color: #FEA63A;
}
</style>