Shades of Lightning Yellow #FEA835
Tints of Lightning Yellow #FEA835
RGB
CMYK
RGB Variations
Color information
#FEA835 (or 0xFEA835) is known color: Lightning Yellow. HEX triplet: FE, A8 and 35. RGB value is (254,168,53). Sum of RGB (Red+Green+Blue) = 254+168+53=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA835 is #0157CA. Grayscale: #B5B5B5. Windows color (decimal): -88011 or 3516670. OLE color: 3516670.
HSL color Cylindrical-coordinate representation of color #FEA835: hue angle of 34.33º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEA835 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.00 |
| HSL | 34.33º | 0.99% | 0.6% | - |
| HSV(B) | 34.33º | 0.79% | 1% | - |
| XYZ | 55.52 | 49.33 | 9.96 | - |
| YUV | 180.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 53 | 0 | 0.34 | 0.79 | 0.00 | 34.33 | 0.99 | 0.6 |
| Hex | FE | A8 | 35 | 0 | 22 | 4F | 0 | 22 | 63 | 3C |
| Octal | 376 | 250 | 65 | 0 | 42 | 117 | 0 | 42 | 143 | 74 |
| Binary | 11111110 | 10101000 | 110101 | 0 | 100010 | 1001111 | 0 | 100010 | 1100011 | 111100 |
Color Harmonies of #FEA835
Complementary color
Monochromatic Colors of #FEA835
Black with #FEA835
Text Example
Text Example
White with #FEA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA835; }
p { color: rgb(254,168,53); }
H1.HeaderClassName
{
color: #FEA835;
}
.AnyTagClassName
{
color: #FEA835;
}
</style>
background-color css
<style>
a { background-color: #FEA835; }
a { background-color: rgb(254,168,53); }
div.DivClassName
{
background-color: #FEA835;
}
.BgClassName
{
background-color: #FEA835;
}
</style>
border-color css
<style>
span { border-color: #FEA835; }
span { border-color: rgb(254,168,53); }
td.TdClassName
{
border-color: #FEA835;
}
.TagClassName
{
border-color: #FEA835;
}
</style>