Shades of Supernova #FEB228
Tints of Supernova #FEB228
RGB
CMYK
RGB Variations
Color information
#FEB228 (or 0xFEB228) is known color: Supernova. HEX triplet: FE, B2 and 28. RGB value is (254,178,40). Sum of RGB (Red+Green+Blue) = 254+178+40=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB228 is #014DD7. Grayscale: #B9B9B9. Windows color (decimal): -85464 or 2667262. OLE color: 2667262.
HSL color Cylindrical-coordinate representation of color #FEB228: hue angle of 38.69º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEB228 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.00 |
| HSL | 38.69º | 0.99% | 0.58% | - |
| HSV(B) | 38.69º | 0.84% | 1% | - |
| XYZ | 57.18 | 53.06 | 9.24 | - |
| YUV | 184.99 | 46.18 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 40 | 0 | 0.30 | 0.84 | 0.00 | 38.69 | 0.99 | 0.58 |
| Hex | FE | B2 | 28 | 0 | 1E | 54 | 0 | 27 | 63 | 3A |
| Octal | 376 | 262 | 50 | 0 | 36 | 124 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110010 | 101000 | 0 | 11110 | 1010100 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB228
Complementary color
Monochromatic Colors of #FEB228
Black with #FEB228
Text Example
Text Example
White with #FEB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB228; }
p { color: rgb(254,178,40); }
H1.HeaderClassName
{
color: #FEB228;
}
.AnyTagClassName
{
color: #FEB228;
}
</style>
background-color css
<style>
a { background-color: #FEB228; }
a { background-color: rgb(254,178,40); }
div.DivClassName
{
background-color: #FEB228;
}
.BgClassName
{
background-color: #FEB228;
}
</style>
border-color css
<style>
span { border-color: #FEB228; }
span { border-color: rgb(254,178,40); }
td.TdClassName
{
border-color: #FEB228;
}
.TagClassName
{
border-color: #FEB228;
}
</style>