Shades of Lightning Yellow #FEA52F
Tints of Lightning Yellow #FEA52F
RGB
CMYK
RGB Variations
Color information
#FEA52F (or 0xFEA52F) is known color: Lightning Yellow. HEX triplet: FE, A5 and 2F. RGB value is (254,165,47). Sum of RGB (Red+Green+Blue) = 254+165+47=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA52F is #015AD0. Grayscale: #B2B2B2. Windows color (decimal): -88785 or 3122686. OLE color: 3122686.
HSL color Cylindrical-coordinate representation of color #FEA52F: hue angle of 34.2º 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 #FEA52F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 47 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.00 |
| HSL | 34.2º | 0.99% | 0.59% | - |
| HSV(B) | 34.2º | 0.81% | 1% | - |
| XYZ | 54.84 | 48.19 | 9.1 | - |
| YUV | 178.16 | 53.99 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 47 | 0 | 0.35 | 0.81 | 0.00 | 34.2 | 0.99 | 0.59 |
| Hex | FE | A5 | 2F | 0 | 23 | 51 | 0 | 22 | 63 | 3B |
| Octal | 376 | 245 | 57 | 0 | 43 | 121 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100101 | 101111 | 0 | 100011 | 1010001 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA52F
Complementary color
Monochromatic Colors of #FEA52F
Black with #FEA52F
Text Example
Text Example
White with #FEA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA52F; }
p { color: rgb(254,165,47); }
H1.HeaderClassName
{
color: #FEA52F;
}
.AnyTagClassName
{
color: #FEA52F;
}
</style>
background-color css
<style>
a { background-color: #FEA52F; }
a { background-color: rgb(254,165,47); }
div.DivClassName
{
background-color: #FEA52F;
}
.BgClassName
{
background-color: #FEA52F;
}
</style>
border-color css
<style>
span { border-color: #FEA52F; }
span { border-color: rgb(254,165,47); }
td.TdClassName
{
border-color: #FEA52F;
}
.TagClassName
{
border-color: #FEA52F;
}
</style>