Shades of Lightning Yellow #FEA534
Tints of Lightning Yellow #FEA534
RGB
CMYK
RGB Variations
Color information
#FEA534 (or 0xFEA534) is known color: Lightning Yellow. HEX triplet: FE, A5 and 34. RGB value is (254,165,52). Sum of RGB (Red+Green+Blue) = 254+165+52=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA534 is #015ACB. Grayscale: #B3B3B3. Windows color (decimal): -88780 or 3450366. OLE color: 3450366.
HSL color Cylindrical-coordinate representation of color #FEA534: hue angle of 33.56º 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 #FEA534 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 52 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.00 |
| HSL | 33.56º | 0.99% | 0.6% | - |
| HSV(B) | 33.56º | 0.8% | 1% | - |
| XYZ | 54.95 | 48.23 | 9.66 | - |
| YUV | 178.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 52 | 0 | 0.35 | 0.80 | 0.00 | 33.56 | 0.99 | 0.6 |
| Hex | FE | A5 | 34 | 0 | 23 | 50 | 0 | 22 | 63 | 3C |
| Octal | 376 | 245 | 64 | 0 | 43 | 120 | 0 | 42 | 143 | 74 |
| Binary | 11111110 | 10100101 | 110100 | 0 | 100011 | 1010000 | 0 | 100010 | 1100011 | 111100 |
Color Harmonies of #FEA534
Complementary color
Monochromatic Colors of #FEA534
Black with #FEA534
Text Example
Text Example
White with #FEA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA534; }
p { color: rgb(254,165,52); }
H1.HeaderClassName
{
color: #FEA534;
}
.AnyTagClassName
{
color: #FEA534;
}
</style>
background-color css
<style>
a { background-color: #FEA534; }
a { background-color: rgb(254,165,52); }
div.DivClassName
{
background-color: #FEA534;
}
.BgClassName
{
background-color: #FEA534;
}
</style>
border-color css
<style>
span { border-color: #FEA534; }
span { border-color: rgb(254,165,52); }
td.TdClassName
{
border-color: #FEA534;
}
.TagClassName
{
border-color: #FEA534;
}
</style>