Shades of Supernova #FEAD33
Tints of Supernova #FEAD33
RGB
CMYK
RGB Variations
Color information
#FEAD33 (or 0xFEAD33) is known color: Supernova. HEX triplet: FE, AD and 33. RGB value is (254,173,51). Sum of RGB (Red+Green+Blue) = 254+173+51=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD33 is #0152CC. Grayscale: #B7B7B7. Windows color (decimal): -86733 or 3386878. OLE color: 3386878.
HSL color Cylindrical-coordinate representation of color #FEAD33: hue angle of 36.06º 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 #FEAD33 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 51 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.00 |
| HSL | 36.06º | 0.99% | 0.6% | - |
| HSV(B) | 36.06º | 0.8% | 1% | - |
| XYZ | 56.41 | 51.2 | 10.04 | - |
| YUV | 183.31 | 53.34 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 51 | 0 | 0.32 | 0.80 | 0.00 | 36.06 | 0.99 | 0.6 |
| Hex | FE | AD | 33 | 0 | 20 | 50 | 0 | 24 | 63 | 3C |
| Octal | 376 | 255 | 63 | 0 | 40 | 120 | 0 | 44 | 143 | 74 |
| Binary | 11111110 | 10101101 | 110011 | 0 | 100000 | 1010000 | 0 | 100100 | 1100011 | 111100 |
Color Harmonies of #FEAD33
Complementary color
Monochromatic Colors of #FEAD33
Black with #FEAD33
Text Example
Text Example
White with #FEAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD33; }
p { color: rgb(254,173,51); }
H1.HeaderClassName
{
color: #FEAD33;
}
.AnyTagClassName
{
color: #FEAD33;
}
</style>
background-color css
<style>
a { background-color: #FEAD33; }
a { background-color: rgb(254,173,51); }
div.DivClassName
{
background-color: #FEAD33;
}
.BgClassName
{
background-color: #FEAD33;
}
</style>
border-color css
<style>
span { border-color: #FEAD33; }
span { border-color: rgb(254,173,51); }
td.TdClassName
{
border-color: #FEAD33;
}
.TagClassName
{
border-color: #FEAD33;
}
</style>