Shades of Lightning Yellow #FEA72B
Tints of Lightning Yellow #FEA72B
RGB
CMYK
RGB Variations
Color information
#FEA72B (or 0xFEA72B) is known color: Lightning Yellow. HEX triplet: FE, A7 and 2B. RGB value is (254,167,43). Sum of RGB (Red+Green+Blue) = 254+167+43=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA72B is #0158D4. Grayscale: #B3B3B3. Windows color (decimal): -88277 or 2861054. OLE color: 2861054.
HSL color Cylindrical-coordinate representation of color #FEA72B: hue angle of 35.26º 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 #FEA72B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 43 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.00 |
| HSL | 35.26º | 0.99% | 0.58% | - |
| HSV(B) | 35.26º | 0.83% | 1% | - |
| XYZ | 55.13 | 48.88 | 8.82 | - |
| YUV | 178.88 | 51.32 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 43 | 0 | 0.34 | 0.83 | 0.00 | 35.26 | 0.99 | 0.58 |
| Hex | FE | A7 | 2B | 0 | 22 | 53 | 0 | 23 | 63 | 3A |
| Octal | 376 | 247 | 53 | 0 | 42 | 123 | 0 | 43 | 143 | 72 |
| Binary | 11111110 | 10100111 | 101011 | 0 | 100010 | 1010011 | 0 | 100011 | 1100011 | 111010 |
Color Harmonies of #FEA72B
Complementary color
Monochromatic Colors of #FEA72B
Black with #FEA72B
Text Example
Text Example
White with #FEA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA72B; }
p { color: rgb(254,167,43); }
H1.HeaderClassName
{
color: #FEA72B;
}
.AnyTagClassName
{
color: #FEA72B;
}
</style>
background-color css
<style>
a { background-color: #FEA72B; }
a { background-color: rgb(254,167,43); }
div.DivClassName
{
background-color: #FEA72B;
}
.BgClassName
{
background-color: #FEA72B;
}
</style>
border-color css
<style>
span { border-color: #FEA72B; }
span { border-color: rgb(254,167,43); }
td.TdClassName
{
border-color: #FEA72B;
}
.TagClassName
{
border-color: #FEA72B;
}
</style>