Shades of Lightning Yellow #FEA32F
Tints of Lightning Yellow #FEA32F
RGB
CMYK
RGB Variations
Color information
#FEA32F (or 0xFEA32F) is known color: Lightning Yellow. HEX triplet: FE, A3 and 2F. RGB value is (254,163,47). Sum of RGB (Red+Green+Blue) = 254+163+47=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA32F is #015CD0. Grayscale: #B1B1B1. Windows color (decimal): -89297 or 3122174. OLE color: 3122174.
HSL color Cylindrical-coordinate representation of color #FEA32F: hue angle of 33.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEA32F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 47 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.00 |
| HSL | 33.62º | 0.99% | 0.59% | - |
| HSV(B) | 33.62º | 0.81% | 1% | - |
| XYZ | 54.48 | 47.47 | 8.98 | - |
| YUV | 176.99 | 54.65 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 47 | 0 | 0.36 | 0.81 | 0.00 | 33.62 | 0.99 | 0.59 |
| Hex | FE | A3 | 2F | 0 | 24 | 51 | 0 | 22 | 63 | 3B |
| Octal | 376 | 243 | 57 | 0 | 44 | 121 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100011 | 101111 | 0 | 100100 | 1010001 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA32F
Complementary color
Monochromatic Colors of #FEA32F
Black with #FEA32F
Text Example
Text Example
White with #FEA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA32F; }
p { color: rgb(254,163,47); }
H1.HeaderClassName
{
color: #FEA32F;
}
.AnyTagClassName
{
color: #FEA32F;
}
</style>
background-color css
<style>
a { background-color: #FEA32F; }
a { background-color: rgb(254,163,47); }
div.DivClassName
{
background-color: #FEA32F;
}
.BgClassName
{
background-color: #FEA32F;
}
</style>
border-color css
<style>
span { border-color: #FEA32F; }
span { border-color: rgb(254,163,47); }
td.TdClassName
{
border-color: #FEA32F;
}
.TagClassName
{
border-color: #FEA32F;
}
</style>