Shades of Lightning Yellow #FEA43C
Tints of Lightning Yellow #FEA43C
RGB
CMYK
RGB Variations
Color information
#FEA43C (or 0xFEA43C) is known color: Lightning Yellow. HEX triplet: FE, A4 and 3C. RGB value is (254,164,60). Sum of RGB (Red+Green+Blue) = 254+164+60=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA43C is #015BC3. Grayscale: #B3B3B3. Windows color (decimal): -89028 or 3974398. OLE color: 3974398.
HSL color Cylindrical-coordinate representation of color #FEA43C: hue angle of 32.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEA43C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 60 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.00 |
| HSL | 32.16º | 0.99% | 0.62% | - |
| HSV(B) | 32.16º | 0.76% | 1% | - |
| XYZ | 54.96 | 47.95 | 10.63 | - |
| YUV | 179.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 60 | 0 | 0.35 | 0.76 | 0.00 | 32.16 | 0.99 | 0.62 |
| Hex | FE | A4 | 3C | 0 | 23 | 4C | 0 | 20 | 63 | 3E |
| Octal | 376 | 244 | 74 | 0 | 43 | 114 | 0 | 40 | 143 | 76 |
| Binary | 11111110 | 10100100 | 111100 | 0 | 100011 | 1001100 | 0 | 100000 | 1100011 | 111110 |
Color Harmonies of #FEA43C
Complementary color
Monochromatic Colors of #FEA43C
Black with #FEA43C
Text Example
Text Example
White with #FEA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA43C; }
p { color: rgb(254,164,60); }
H1.HeaderClassName
{
color: #FEA43C;
}
.AnyTagClassName
{
color: #FEA43C;
}
</style>
background-color css
<style>
a { background-color: #FEA43C; }
a { background-color: rgb(254,164,60); }
div.DivClassName
{
background-color: #FEA43C;
}
.BgClassName
{
background-color: #FEA43C;
}
</style>
border-color css
<style>
span { border-color: #FEA43C; }
span { border-color: rgb(254,164,60); }
td.TdClassName
{
border-color: #FEA43C;
}
.TagClassName
{
border-color: #FEA43C;
}
</style>