Shades of Supernova #FEB32B
Tints of Supernova #FEB32B
RGB
CMYK
RGB Variations
Color information
#FEB32B (or 0xFEB32B) is known color: Supernova. HEX triplet: FE, B3 and 2B. RGB value is (254,179,43). Sum of RGB (Red+Green+Blue) = 254+179+43=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB32B is #014CD4. Grayscale: #BABABA. Windows color (decimal): -85205 or 2864126. OLE color: 2864126.
HSL color Cylindrical-coordinate representation of color #FEB32B: hue angle of 38.67º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEB32B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.00 |
| HSL | 38.67º | 0.99% | 0.58% | - |
| HSV(B) | 38.67º | 0.83% | 1% | - |
| XYZ | 57.43 | 53.49 | 9.58 | - |
| YUV | 185.92 | 47.35 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 43 | 0 | 0.30 | 0.83 | 0.00 | 38.67 | 0.99 | 0.58 |
| Hex | FE | B3 | 2B | 0 | 1E | 53 | 0 | 27 | 63 | 3A |
| Octal | 376 | 263 | 53 | 0 | 36 | 123 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110011 | 101011 | 0 | 11110 | 1010011 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB32B
Complementary color
Monochromatic Colors of #FEB32B
Black with #FEB32B
Text Example
Text Example
White with #FEB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB32B; }
p { color: rgb(254,179,43); }
H1.HeaderClassName
{
color: #FEB32B;
}
.AnyTagClassName
{
color: #FEB32B;
}
</style>
background-color css
<style>
a { background-color: #FEB32B; }
a { background-color: rgb(254,179,43); }
div.DivClassName
{
background-color: #FEB32B;
}
.BgClassName
{
background-color: #FEB32B;
}
</style>
border-color css
<style>
span { border-color: #FEB32B; }
span { border-color: rgb(254,179,43); }
td.TdClassName
{
border-color: #FEB32B;
}
.TagClassName
{
border-color: #FEB32B;
}
</style>