Shades of Lightning Yellow #FEA33B
Tints of Lightning Yellow #FEA33B
RGB
CMYK
RGB Variations
Color information
#FEA33B (or 0xFEA33B) is known color: Lightning Yellow. HEX triplet: FE, A3 and 3B. RGB value is (254,163,59). Sum of RGB (Red+Green+Blue) = 254+163+59=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA33B is #015CC4. Grayscale: #B2B2B2. Windows color (decimal): -89285 or 3908606. OLE color: 3908606.
HSL color Cylindrical-coordinate representation of color #FEA33B: hue angle of 32º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEA33B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 59 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.00 |
| HSL | 32º | 0.99% | 0.61% | - |
| HSV(B) | 32º | 0.77% | 1% | - |
| XYZ | 54.76 | 47.58 | 10.44 | - |
| YUV | 178.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 59 | 0 | 0.36 | 0.77 | 0.00 | 32 | 0.99 | 0.61 |
| Hex | FE | A3 | 3B | 0 | 24 | 4D | 0 | 20 | 63 | 3D |
| Octal | 376 | 243 | 73 | 0 | 44 | 115 | 0 | 40 | 143 | 75 |
| Binary | 11111110 | 10100011 | 111011 | 0 | 100100 | 1001101 | 0 | 100000 | 1100011 | 111101 |
Color Harmonies of #FEA33B
Complementary color
Monochromatic Colors of #FEA33B
Black with #FEA33B
Text Example
Text Example
White with #FEA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA33B; }
p { color: rgb(254,163,59); }
H1.HeaderClassName
{
color: #FEA33B;
}
.AnyTagClassName
{
color: #FEA33B;
}
</style>
background-color css
<style>
a { background-color: #FEA33B; }
a { background-color: rgb(254,163,59); }
div.DivClassName
{
background-color: #FEA33B;
}
.BgClassName
{
background-color: #FEA33B;
}
</style>
border-color css
<style>
span { border-color: #FEA33B; }
span { border-color: rgb(254,163,59); }
td.TdClassName
{
border-color: #FEA33B;
}
.TagClassName
{
border-color: #FEA33B;
}
</style>