Shades of Lightning Yellow #FEA92B
Tints of Lightning Yellow #FEA92B
RGB
CMYK
RGB Variations
Color information
#FEA92B (or 0xFEA92B) is known color: Lightning Yellow. HEX triplet: FE, A9 and 2B. RGB value is (254,169,43). Sum of RGB (Red+Green+Blue) = 254+169+43=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA92B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA92B is #0156D4. Grayscale: #B4B4B4. Windows color (decimal): -87765 or 2861566. OLE color: 2861566.
HSL color Cylindrical-coordinate representation of color #FEA92B: hue angle of 35.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEA92B is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 43 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.00 |
| HSL | 35.83º | 0.99% | 0.58% | - |
| HSV(B) | 35.83º | 0.83% | 1% | - |
| XYZ | 55.5 | 49.62 | 8.94 | - |
| YUV | 180.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 43 | 0 | 0.33 | 0.83 | 0.00 | 35.83 | 0.99 | 0.58 |
| Hex | FE | A9 | 2B | 0 | 21 | 53 | 0 | 24 | 63 | 3A |
| Octal | 376 | 251 | 53 | 0 | 41 | 123 | 0 | 44 | 143 | 72 |
| Binary | 11111110 | 10101001 | 101011 | 0 | 100001 | 1010011 | 0 | 100100 | 1100011 | 111010 |
Color Harmonies of #FEA92B
Complementary color
Monochromatic Colors of #FEA92B
Black with #FEA92B
Text Example
Text Example
White with #FEA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA92B; }
p { color: rgb(254,169,43); }
H1.HeaderClassName
{
color: #FEA92B;
}
.AnyTagClassName
{
color: #FEA92B;
}
</style>
background-color css
<style>
a { background-color: #FEA92B; }
a { background-color: rgb(254,169,43); }
div.DivClassName
{
background-color: #FEA92B;
}
.BgClassName
{
background-color: #FEA92B;
}
</style>
border-color css
<style>
span { border-color: #FEA92B; }
span { border-color: rgb(254,169,43); }
td.TdClassName
{
border-color: #FEA92B;
}
.TagClassName
{
border-color: #FEA92B;
}
</style>