Shades of Supernova #FEAD38
Tints of Supernova #FEAD38
RGB
CMYK
RGB Variations
Color information
#FEAD38 (or 0xFEAD38) is known color: Supernova. HEX triplet: FE, AD and 38. RGB value is (254,173,56). Sum of RGB (Red+Green+Blue) = 254+173+56=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD38 is #0152C7. Grayscale: #B8B8B8. Windows color (decimal): -86728 or 3714558. OLE color: 3714558.
HSL color Cylindrical-coordinate representation of color #FEAD38: hue angle of 35.45º 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 #FEAD38 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 56 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.00 |
| HSL | 35.45º | 0.99% | 0.61% | - |
| HSV(B) | 35.45º | 0.78% | 1% | - |
| XYZ | 56.53 | 51.24 | 10.65 | - |
| YUV | 183.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 56 | 0 | 0.32 | 0.78 | 0.00 | 35.45 | 0.99 | 0.61 |
| Hex | FE | AD | 38 | 0 | 20 | 4E | 0 | 23 | 63 | 3D |
| Octal | 376 | 255 | 70 | 0 | 40 | 116 | 0 | 43 | 143 | 75 |
| Binary | 11111110 | 10101101 | 111000 | 0 | 100000 | 1001110 | 0 | 100011 | 1100011 | 111101 |
Color Harmonies of #FEAD38
Complementary color
Monochromatic Colors of #FEAD38
Black with #FEAD38
Text Example
Text Example
White with #FEAD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD38; }
p { color: rgb(254,173,56); }
H1.HeaderClassName
{
color: #FEAD38;
}
.AnyTagClassName
{
color: #FEAD38;
}
</style>
background-color css
<style>
a { background-color: #FEAD38; }
a { background-color: rgb(254,173,56); }
div.DivClassName
{
background-color: #FEAD38;
}
.BgClassName
{
background-color: #FEAD38;
}
</style>
border-color css
<style>
span { border-color: #FEAD38; }
span { border-color: rgb(254,173,56); }
td.TdClassName
{
border-color: #FEAD38;
}
.TagClassName
{
border-color: #FEAD38;
}
</style>