Shades of Supernova #FEB224
Tints of Supernova #FEB224
RGB
CMYK
RGB Variations
Color information
#FEB224 (or 0xFEB224) is known color: Supernova. HEX triplet: FE, B2 and 24. RGB value is (254,178,36). Sum of RGB (Red+Green+Blue) = 254+178+36=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB224 is #014DDB. Grayscale: #B9B9B9. Windows color (decimal): -85468 or 2405118. OLE color: 2405118.
HSL color Cylindrical-coordinate representation of color #FEB224: hue angle of 39.08º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEB224 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.00 |
| HSL | 39.08º | 0.99% | 0.57% | - |
| HSV(B) | 39.08º | 0.86% | 1% | - |
| XYZ | 57.11 | 53.04 | 8.9 | - |
| YUV | 184.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 36 | 0 | 0.30 | 0.86 | 0.00 | 39.08 | 0.99 | 0.57 |
| Hex | FE | B2 | 24 | 0 | 1E | 56 | 0 | 27 | 63 | 39 |
| Octal | 376 | 262 | 44 | 0 | 36 | 126 | 0 | 47 | 143 | 71 |
| Binary | 11111110 | 10110010 | 100100 | 0 | 11110 | 1010110 | 0 | 100111 | 1100011 | 111001 |
Color Harmonies of #FEB224
Complementary color
Monochromatic Colors of #FEB224
Black with #FEB224
Text Example
Text Example
White with #FEB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB224; }
p { color: rgb(254,178,36); }
H1.HeaderClassName
{
color: #FEB224;
}
.AnyTagClassName
{
color: #FEB224;
}
</style>
background-color css
<style>
a { background-color: #FEB224; }
a { background-color: rgb(254,178,36); }
div.DivClassName
{
background-color: #FEB224;
}
.BgClassName
{
background-color: #FEB224;
}
</style>
border-color css
<style>
span { border-color: #FEB224; }
span { border-color: rgb(254,178,36); }
td.TdClassName
{
border-color: #FEB224;
}
.TagClassName
{
border-color: #FEB224;
}
</style>