Shades of Lightning Yellow #FEA627
Tints of Lightning Yellow #FEA627
RGB
CMYK
RGB Variations
Color information
#FEA627 (or 0xFEA627) is known color: Lightning Yellow. HEX triplet: FE, A6 and 27. RGB value is (254,166,39). Sum of RGB (Red+Green+Blue) = 254+166+39=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA627 is #0159D8. Grayscale: #B2B2B2. Windows color (decimal): -88537 or 2598654. OLE color: 2598654.
HSL color Cylindrical-coordinate representation of color #FEA627: hue angle of 35.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEA627 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 39 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.00 |
| HSL | 35.44º | 0.99% | 0.57% | - |
| HSV(B) | 35.44º | 0.85% | 1% | - |
| XYZ | 54.88 | 48.49 | 8.39 | - |
| YUV | 177.83 | 49.65 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 39 | 0 | 0.35 | 0.85 | 0.00 | 35.44 | 0.99 | 0.57 |
| Hex | FE | A6 | 27 | 0 | 23 | 55 | 0 | 23 | 63 | 39 |
| Octal | 376 | 246 | 47 | 0 | 43 | 125 | 0 | 43 | 143 | 71 |
| Binary | 11111110 | 10100110 | 100111 | 0 | 100011 | 1010101 | 0 | 100011 | 1100011 | 111001 |
Color Harmonies of #FEA627
Complementary color
Monochromatic Colors of #FEA627
Black with #FEA627
Text Example
Text Example
White with #FEA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA627; }
p { color: rgb(254,166,39); }
H1.HeaderClassName
{
color: #FEA627;
}
.AnyTagClassName
{
color: #FEA627;
}
</style>
background-color css
<style>
a { background-color: #FEA627; }
a { background-color: rgb(254,166,39); }
div.DivClassName
{
background-color: #FEA627;
}
.BgClassName
{
background-color: #FEA627;
}
</style>
border-color css
<style>
span { border-color: #FEA627; }
span { border-color: rgb(254,166,39); }
td.TdClassName
{
border-color: #FEA627;
}
.TagClassName
{
border-color: #FEA627;
}
</style>