Shades of Lightning Yellow #FEA134
Tints of Lightning Yellow #FEA134
RGB
CMYK
RGB Variations
Color information
#FEA134 (or 0xFEA134) is known color: Lightning Yellow. HEX triplet: FE, A1 and 34. RGB value is (254,161,52). Sum of RGB (Red+Green+Blue) = 254+161+52=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA134 is #015ECB. Grayscale: #B0B0B0. Windows color (decimal): -89804 or 3449342. OLE color: 3449342.
HSL color Cylindrical-coordinate representation of color #FEA134: hue angle of 32.38º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEA134 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 52 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.00 |
| HSL | 32.38º | 0.99% | 0.6% | - |
| HSV(B) | 32.38º | 0.8% | 1% | - |
| XYZ | 54.24 | 46.81 | 9.43 | - |
| YUV | 176.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 52 | 0 | 0.37 | 0.80 | 0.00 | 32.38 | 0.99 | 0.6 |
| Hex | FE | A1 | 34 | 0 | 25 | 50 | 0 | 20 | 63 | 3C |
| Octal | 376 | 241 | 64 | 0 | 45 | 120 | 0 | 40 | 143 | 74 |
| Binary | 11111110 | 10100001 | 110100 | 0 | 100101 | 1010000 | 0 | 100000 | 1100011 | 111100 |
Color Harmonies of #FEA134
Complementary color
Monochromatic Colors of #FEA134
Black with #FEA134
Text Example
Text Example
White with #FEA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA134; }
p { color: rgb(254,161,52); }
H1.HeaderClassName
{
color: #FEA134;
}
.AnyTagClassName
{
color: #FEA134;
}
</style>
background-color css
<style>
a { background-color: #FEA134; }
a { background-color: rgb(254,161,52); }
div.DivClassName
{
background-color: #FEA134;
}
.BgClassName
{
background-color: #FEA134;
}
</style>
border-color css
<style>
span { border-color: #FEA134; }
span { border-color: rgb(254,161,52); }
td.TdClassName
{
border-color: #FEA134;
}
.TagClassName
{
border-color: #FEA134;
}
</style>