Shades of Supernova #FEAF30
Tints of Supernova #FEAF30
RGB
CMYK
RGB Variations
Color information
#FEAF30 (or 0xFEAF30) is known color: Supernova. HEX triplet: FE, AF and 30. RGB value is (254,175,48). Sum of RGB (Red+Green+Blue) = 254+175+48=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF30 is #0150CF. Grayscale: #B8B8B8. Windows color (decimal): -86224 or 3190782. OLE color: 3190782.
HSL color Cylindrical-coordinate representation of color #FEAF30: hue angle of 36.99º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEAF30 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 48 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.00 |
| HSL | 36.99º | 0.99% | 0.59% | - |
| HSV(B) | 36.99º | 0.81% | 1% | - |
| XYZ | 56.74 | 51.94 | 9.83 | - |
| YUV | 184.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 48 | 0 | 0.31 | 0.81 | 0.00 | 36.99 | 0.99 | 0.59 |
| Hex | FE | AF | 30 | 0 | 1F | 51 | 0 | 25 | 63 | 3B |
| Octal | 376 | 257 | 60 | 0 | 37 | 121 | 0 | 45 | 143 | 73 |
| Binary | 11111110 | 10101111 | 110000 | 0 | 11111 | 1010001 | 0 | 100101 | 1100011 | 111011 |
Color Harmonies of #FEAF30
Complementary color
Monochromatic Colors of #FEAF30
Black with #FEAF30
Text Example
Text Example
White with #FEAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF30; }
p { color: rgb(254,175,48); }
H1.HeaderClassName
{
color: #FEAF30;
}
.AnyTagClassName
{
color: #FEAF30;
}
</style>
background-color css
<style>
a { background-color: #FEAF30; }
a { background-color: rgb(254,175,48); }
div.DivClassName
{
background-color: #FEAF30;
}
.BgClassName
{
background-color: #FEAF30;
}
</style>
border-color css
<style>
span { border-color: #FEAF30; }
span { border-color: rgb(254,175,48); }
td.TdClassName
{
border-color: #FEAF30;
}
.TagClassName
{
border-color: #FEAF30;
}
</style>