Shades of Supernova #FEB338
Tints of Supernova #FEB338
RGB
CMYK
RGB Variations
Color information
#FEB338 (or 0xFEB338) is known color: Supernova. HEX triplet: FE, B3 and 38. RGB value is (254,179,56). Sum of RGB (Red+Green+Blue) = 254+179+56=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB338 is #014CC7. Grayscale: #BBBBBB. Windows color (decimal): -85192 or 3716094. OLE color: 3716094.
HSL color Cylindrical-coordinate representation of color #FEB338: hue angle of 37.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEB338 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 56 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.00 |
| HSL | 37.27º | 0.99% | 0.61% | - |
| HSV(B) | 37.27º | 0.78% | 1% | - |
| XYZ | 57.71 | 53.6 | 11.05 | - |
| YUV | 187.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 56 | 0 | 0.30 | 0.78 | 0.00 | 37.27 | 0.99 | 0.61 |
| Hex | FE | B3 | 38 | 0 | 1E | 4E | 0 | 25 | 63 | 3D |
| Octal | 376 | 263 | 70 | 0 | 36 | 116 | 0 | 45 | 143 | 75 |
| Binary | 11111110 | 10110011 | 111000 | 0 | 11110 | 1001110 | 0 | 100101 | 1100011 | 111101 |
Color Harmonies of #FEB338
Complementary color
Monochromatic Colors of #FEB338
Black with #FEB338
Text Example
Text Example
White with #FEB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB338; }
p { color: rgb(254,179,56); }
H1.HeaderClassName
{
color: #FEB338;
}
.AnyTagClassName
{
color: #FEB338;
}
</style>
background-color css
<style>
a { background-color: #FEB338; }
a { background-color: rgb(254,179,56); }
div.DivClassName
{
background-color: #FEB338;
}
.BgClassName
{
background-color: #FEB338;
}
</style>
border-color css
<style>
span { border-color: #FEB338; }
span { border-color: rgb(254,179,56); }
td.TdClassName
{
border-color: #FEB338;
}
.TagClassName
{
border-color: #FEB338;
}
</style>