Shades of Supernova #FEB323
Tints of Supernova #FEB323
RGB
CMYK
RGB Variations
Color information
#FEB323 (or 0xFEB323) is known color: Supernova. HEX triplet: FE, B3 and 23. RGB value is (254,179,35). Sum of RGB (Red+Green+Blue) = 254+179+35=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB323 is #014CDC. Grayscale: #B9B9B9. Windows color (decimal): -85213 or 2339838. OLE color: 2339838.
HSL color Cylindrical-coordinate representation of color #FEB323: hue angle of 39.45º 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 #FEB323 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 35 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.00 |
| HSL | 39.45º | 0.99% | 0.57% | - |
| HSV(B) | 39.45º | 0.86% | 1% | - |
| XYZ | 57.3 | 53.43 | 8.88 | - |
| YUV | 185.01 | 43.35 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 35 | 0 | 0.30 | 0.86 | 0.00 | 39.45 | 0.99 | 0.57 |
| Hex | FE | B3 | 23 | 0 | 1E | 56 | 0 | 27 | 63 | 39 |
| Octal | 376 | 263 | 43 | 0 | 36 | 126 | 0 | 47 | 143 | 71 |
| Binary | 11111110 | 10110011 | 100011 | 0 | 11110 | 1010110 | 0 | 100111 | 1100011 | 111001 |
Color Harmonies of #FEB323
Complementary color
Monochromatic Colors of #FEB323
Black with #FEB323
Text Example
Text Example
White with #FEB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB323; }
p { color: rgb(254,179,35); }
H1.HeaderClassName
{
color: #FEB323;
}
.AnyTagClassName
{
color: #FEB323;
}
</style>
background-color css
<style>
a { background-color: #FEB323; }
a { background-color: rgb(254,179,35); }
div.DivClassName
{
background-color: #FEB323;
}
.BgClassName
{
background-color: #FEB323;
}
</style>
border-color css
<style>
span { border-color: #FEB323; }
span { border-color: rgb(254,179,35); }
td.TdClassName
{
border-color: #FEB323;
}
.TagClassName
{
border-color: #FEB323;
}
</style>