Shades of Supernova #FEB434
Tints of Supernova #FEB434
RGB
CMYK
RGB Variations
Color information
#FEB434 (or 0xFEB434) is known color: Supernova. HEX triplet: FE, B4 and 34. RGB value is (254,180,52). Sum of RGB (Red+Green+Blue) = 254+180+52=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB434 is #014BCB. Grayscale: #BCBCBC. Windows color (decimal): -84940 or 3454206. OLE color: 3454206.
HSL color Cylindrical-coordinate representation of color #FEB434: hue angle of 38.02º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB434 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 52 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.00 |
| HSL | 38.02º | 0.99% | 0.6% | - |
| HSV(B) | 38.02º | 0.8% | 1% | - |
| XYZ | 57.81 | 53.96 | 10.62 | - |
| YUV | 187.53 | 51.52 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 52 | 0 | 0.29 | 0.80 | 0.00 | 38.02 | 0.99 | 0.6 |
| Hex | FE | B4 | 34 | 0 | 1D | 50 | 0 | 26 | 63 | 3C |
| Octal | 376 | 264 | 64 | 0 | 35 | 120 | 0 | 46 | 143 | 74 |
| Binary | 11111110 | 10110100 | 110100 | 0 | 11101 | 1010000 | 0 | 100110 | 1100011 | 111100 |
Color Harmonies of #FEB434
Complementary color
Monochromatic Colors of #FEB434
Black with #FEB434
Text Example
Text Example
White with #FEB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB434; }
p { color: rgb(254,180,52); }
H1.HeaderClassName
{
color: #FEB434;
}
.AnyTagClassName
{
color: #FEB434;
}
</style>
background-color css
<style>
a { background-color: #FEB434; }
a { background-color: rgb(254,180,52); }
div.DivClassName
{
background-color: #FEB434;
}
.BgClassName
{
background-color: #FEB434;
}
</style>
border-color css
<style>
span { border-color: #FEB434; }
span { border-color: rgb(254,180,52); }
td.TdClassName
{
border-color: #FEB434;
}
.TagClassName
{
border-color: #FEB434;
}
</style>