Shades of Lightning Yellow #FEA327
Tints of Lightning Yellow #FEA327
RGB
CMYK
RGB Variations
Color information
#FEA327 (or 0xFEA327) is known color: Lightning Yellow. HEX triplet: FE, A3 and 27. RGB value is (254,163,39). Sum of RGB (Red+Green+Blue) = 254+163+39=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA327 is #015CD8. Grayscale: #B0B0B0. Windows color (decimal): -89305 or 2597886. OLE color: 2597886.
HSL color Cylindrical-coordinate representation of color #FEA327: hue angle of 34.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEA327 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 39 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.00 |
| HSL | 34.6º | 0.99% | 0.57% | - |
| HSV(B) | 34.6º | 0.85% | 1% | - |
| XYZ | 54.34 | 47.41 | 8.21 | - |
| YUV | 176.07 | 50.65 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 39 | 0 | 0.36 | 0.85 | 0.00 | 34.6 | 0.99 | 0.57 |
| Hex | FE | A3 | 27 | 0 | 24 | 55 | 0 | 23 | 63 | 39 |
| Octal | 376 | 243 | 47 | 0 | 44 | 125 | 0 | 43 | 143 | 71 |
| Binary | 11111110 | 10100011 | 100111 | 0 | 100100 | 1010101 | 0 | 100011 | 1100011 | 111001 |
Color Harmonies of #FEA327
Complementary color
Monochromatic Colors of #FEA327
Black with #FEA327
Text Example
Text Example
White with #FEA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA327; }
p { color: rgb(254,163,39); }
H1.HeaderClassName
{
color: #FEA327;
}
.AnyTagClassName
{
color: #FEA327;
}
</style>
background-color css
<style>
a { background-color: #FEA327; }
a { background-color: rgb(254,163,39); }
div.DivClassName
{
background-color: #FEA327;
}
.BgClassName
{
background-color: #FEA327;
}
</style>
border-color css
<style>
span { border-color: #FEA327; }
span { border-color: rgb(254,163,39); }
td.TdClassName
{
border-color: #FEA327;
}
.TagClassName
{
border-color: #FEA327;
}
</style>