Shades of Lightning Yellow #FEA738
Tints of Lightning Yellow #FEA738
RGB
CMYK
RGB Variations
Color information
#FEA738 (or 0xFEA738) is known color: Lightning Yellow. HEX triplet: FE, A7 and 38. RGB value is (254,167,56). Sum of RGB (Red+Green+Blue) = 254+167+56=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA738 is #0158C7. Grayscale: #B4B4B4. Windows color (decimal): -88264 or 3713022. OLE color: 3713022.
HSL color Cylindrical-coordinate representation of color #FEA738: hue angle of 33.64º 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 #FEA738 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 56 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.00 |
| HSL | 33.64º | 0.99% | 0.61% | - |
| HSV(B) | 33.64º | 0.78% | 1% | - |
| XYZ | 55.41 | 48.99 | 10.28 | - |
| YUV | 180.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 56 | 0 | 0.34 | 0.78 | 0.00 | 33.64 | 0.99 | 0.61 |
| Hex | FE | A7 | 38 | 0 | 22 | 4E | 0 | 22 | 63 | 3D |
| Octal | 376 | 247 | 70 | 0 | 42 | 116 | 0 | 42 | 143 | 75 |
| Binary | 11111110 | 10100111 | 111000 | 0 | 100010 | 1001110 | 0 | 100010 | 1100011 | 111101 |
Color Harmonies of #FEA738
Complementary color
Monochromatic Colors of #FEA738
Black with #FEA738
Text Example
Text Example
White with #FEA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA738; }
p { color: rgb(254,167,56); }
H1.HeaderClassName
{
color: #FEA738;
}
.AnyTagClassName
{
color: #FEA738;
}
</style>
background-color css
<style>
a { background-color: #FEA738; }
a { background-color: rgb(254,167,56); }
div.DivClassName
{
background-color: #FEA738;
}
.BgClassName
{
background-color: #FEA738;
}
</style>
border-color css
<style>
span { border-color: #FEA738; }
span { border-color: rgb(254,167,56); }
td.TdClassName
{
border-color: #FEA738;
}
.TagClassName
{
border-color: #FEA738;
}
</style>