Shades of Supernova #FEB640
Tints of Supernova #FEB640
RGB
CMYK
RGB Variations
Color information
#FEB640 (or 0xFEB640) is known color: Supernova. HEX triplet: FE, B6 and 40. RGB value is (254,182,64). Sum of RGB (Red+Green+Blue) = 254+182+64=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB640 is #0149BF. Grayscale: #BEBEBE. Windows color (decimal): -84416 or 4241150. OLE color: 4241150.
HSL color Cylindrical-coordinate representation of color #FEB640: hue angle of 37.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEB640 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 64 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.00 |
| HSL | 37.26º | 0.99% | 0.62% | - |
| HSV(B) | 37.26º | 0.75% | 1% | - |
| XYZ | 58.53 | 54.9 | 12.36 | - |
| YUV | 190.08 | 56.85 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 64 | 0 | 0.28 | 0.75 | 0.00 | 37.26 | 0.99 | 0.62 |
| Hex | FE | B6 | 40 | 0 | 1C | 4B | 0 | 25 | 63 | 3E |
| Octal | 376 | 266 | 100 | 0 | 34 | 113 | 0 | 45 | 143 | 76 |
| Binary | 11111110 | 10110110 | 1000000 | 0 | 11100 | 1001011 | 0 | 100101 | 1100011 | 111110 |
Color Harmonies of #FEB640
Complementary color
Monochromatic Colors of #FEB640
Black with #FEB640
Text Example
Text Example
White with #FEB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB640; }
p { color: rgb(254,182,64); }
H1.HeaderClassName
{
color: #FEB640;
}
.AnyTagClassName
{
color: #FEB640;
}
</style>
background-color css
<style>
a { background-color: #FEB640; }
a { background-color: rgb(254,182,64); }
div.DivClassName
{
background-color: #FEB640;
}
.BgClassName
{
background-color: #FEB640;
}
</style>
border-color css
<style>
span { border-color: #FEB640; }
span { border-color: rgb(254,182,64); }
td.TdClassName
{
border-color: #FEB640;
}
.TagClassName
{
border-color: #FEB640;
}
</style>