Shades of Lightning Yellow #FEA52D
Tints of Lightning Yellow #FEA52D
RGB
CMYK
RGB Variations
Color information
#FEA52D (or 0xFEA52D) is known color: Lightning Yellow. HEX triplet: FE, A5 and 2D. RGB value is (254,165,45). Sum of RGB (Red+Green+Blue) = 254+165+45=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA52D is #015AD2. Grayscale: #B2B2B2. Windows color (decimal): -88787 or 2991614. OLE color: 2991614.
HSL color Cylindrical-coordinate representation of color #FEA52D: hue angle of 34.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEA52D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.00 |
| HSL | 34.45º | 0.99% | 0.59% | - |
| HSV(B) | 34.45º | 0.82% | 1% | - |
| XYZ | 54.8 | 48.17 | 8.89 | - |
| YUV | 177.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 45 | 0 | 0.35 | 0.82 | 0.00 | 34.45 | 0.99 | 0.59 |
| Hex | FE | A5 | 2D | 0 | 23 | 52 | 0 | 22 | 63 | 3B |
| Octal | 376 | 245 | 55 | 0 | 43 | 122 | 0 | 42 | 143 | 73 |
| Binary | 11111110 | 10100101 | 101101 | 0 | 100011 | 1010010 | 0 | 100010 | 1100011 | 111011 |
Color Harmonies of #FEA52D
Complementary color
Monochromatic Colors of #FEA52D
Black with #FEA52D
Text Example
Text Example
White with #FEA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA52D; }
p { color: rgb(254,165,45); }
H1.HeaderClassName
{
color: #FEA52D;
}
.AnyTagClassName
{
color: #FEA52D;
}
</style>
background-color css
<style>
a { background-color: #FEA52D; }
a { background-color: rgb(254,165,45); }
div.DivClassName
{
background-color: #FEA52D;
}
.BgClassName
{
background-color: #FEA52D;
}
</style>
border-color css
<style>
span { border-color: #FEA52D; }
span { border-color: rgb(254,165,45); }
td.TdClassName
{
border-color: #FEA52D;
}
.TagClassName
{
border-color: #FEA52D;
}
</style>