Shades of Lightning Yellow #FEA838
Tints of Lightning Yellow #FEA838
RGB
CMYK
RGB Variations
Color information
#FEA838 (or 0xFEA838) is known color: Lightning Yellow. HEX triplet: FE, A8 and 38. RGB value is (254,168,56). Sum of RGB (Red+Green+Blue) = 254+168+56=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA838 is #0157C7. Grayscale: #B5B5B5. Windows color (decimal): -88008 or 3713278. OLE color: 3713278.
HSL color Cylindrical-coordinate representation of color #FEA838: hue angle of 33.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEA838 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 56 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.00 |
| HSL | 33.94º | 0.99% | 0.61% | - |
| HSV(B) | 33.94º | 0.78% | 1% | - |
| XYZ | 55.59 | 49.36 | 10.34 | - |
| YUV | 180.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 56 | 0 | 0.34 | 0.78 | 0.00 | 33.94 | 0.99 | 0.61 |
| Hex | FE | A8 | 38 | 0 | 22 | 4E | 0 | 22 | 63 | 3D |
| Octal | 376 | 250 | 70 | 0 | 42 | 116 | 0 | 42 | 143 | 75 |
| Binary | 11111110 | 10101000 | 111000 | 0 | 100010 | 1001110 | 0 | 100010 | 1100011 | 111101 |
Color Harmonies of #FEA838
Complementary color
Monochromatic Colors of #FEA838
Black with #FEA838
Text Example
Text Example
White with #FEA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA838; }
p { color: rgb(254,168,56); }
H1.HeaderClassName
{
color: #FEA838;
}
.AnyTagClassName
{
color: #FEA838;
}
</style>
background-color css
<style>
a { background-color: #FEA838; }
a { background-color: rgb(254,168,56); }
div.DivClassName
{
background-color: #FEA838;
}
.BgClassName
{
background-color: #FEA838;
}
</style>
border-color css
<style>
span { border-color: #FEA838; }
span { border-color: rgb(254,168,56); }
td.TdClassName
{
border-color: #FEA838;
}
.TagClassName
{
border-color: #FEA838;
}
</style>