Shades of Lightning Yellow #FEA33C
Tints of Lightning Yellow #FEA33C
RGB
CMYK
RGB Variations
Color information
#FEA33C (or 0xFEA33C) is known color: Lightning Yellow. HEX triplet: FE, A3 and 3C. RGB value is (254,163,60). Sum of RGB (Red+Green+Blue) = 254+163+60=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA33C is #015CC3. Grayscale: #B2B2B2. Windows color (decimal): -89284 or 3974142. OLE color: 3974142.
HSL color Cylindrical-coordinate representation of color #FEA33C: hue angle of 31.86º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEA33C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 60 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.00 |
| HSL | 31.86º | 0.99% | 0.62% | - |
| HSV(B) | 31.86º | 0.76% | 1% | - |
| XYZ | 54.79 | 47.59 | 10.57 | - |
| YUV | 178.47 | 61.15 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 60 | 0 | 0.36 | 0.76 | 0.00 | 31.86 | 0.99 | 0.62 |
| Hex | FE | A3 | 3C | 0 | 24 | 4C | 0 | 20 | 63 | 3E |
| Octal | 376 | 243 | 74 | 0 | 44 | 114 | 0 | 40 | 143 | 76 |
| Binary | 11111110 | 10100011 | 111100 | 0 | 100100 | 1001100 | 0 | 100000 | 1100011 | 111110 |
Color Harmonies of #FEA33C
Complementary color
Monochromatic Colors of #FEA33C
Black with #FEA33C
Text Example
Text Example
White with #FEA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA33C; }
p { color: rgb(254,163,60); }
H1.HeaderClassName
{
color: #FEA33C;
}
.AnyTagClassName
{
color: #FEA33C;
}
</style>
background-color css
<style>
a { background-color: #FEA33C; }
a { background-color: rgb(254,163,60); }
div.DivClassName
{
background-color: #FEA33C;
}
.BgClassName
{
background-color: #FEA33C;
}
</style>
border-color css
<style>
span { border-color: #FEA33C; }
span { border-color: rgb(254,163,60); }
td.TdClassName
{
border-color: #FEA33C;
}
.TagClassName
{
border-color: #FEA33C;
}
</style>