Shades of Supernova #F8AE30
Tints of Supernova #F8AE30
RGB
CMYK
RGB Variations
Color information
#F8AE30 (or 0xF8AE30) is known color: Supernova. HEX triplet: F8, AE and 30. RGB value is (248,174,48). Sum of RGB (Red+Green+Blue) = 248+174+48=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AE30 is #0751CF. Grayscale: #B6B6B6. Windows color (decimal): -479696 or 3190520. OLE color: 3190520.
HSL color Cylindrical-coordinate representation of color #F8AE30: hue angle of 37.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8AE30 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 48 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.03 |
| HSL | 37.8º | 0.93% | 0.58% | - |
| HSV(B) | 37.8º | 0.81% | 0.97% | - |
| XYZ | 54.38 | 50.44 | 9.67 | - |
| YUV | 181.76 | 52.52 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 48 | 0 | 0.30 | 0.81 | 0.03 | 37.8 | 0.93 | 0.58 |
| Hex | F8 | AE | 30 | 0 | 1E | 51 | 3 | 26 | 5D | 3A |
| Octal | 370 | 256 | 60 | 0 | 36 | 121 | 3 | 46 | 135 | 72 |
| Binary | 11111000 | 10101110 | 110000 | 0 | 11110 | 1010001 | 11 | 100110 | 1011101 | 111010 |
Color Harmonies of #F8AE30
Complementary color
Monochromatic Colors of #F8AE30
Black with #F8AE30
Text Example
Text Example
White with #F8AE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AE30; }
p { color: rgb(248,174,48); }
H1.HeaderClassName
{
color: #F8AE30;
}
.AnyTagClassName
{
color: #F8AE30;
}
</style>
background-color css
<style>
a { background-color: #F8AE30; }
a { background-color: rgb(248,174,48); }
div.DivClassName
{
background-color: #F8AE30;
}
.BgClassName
{
background-color: #F8AE30;
}
</style>
border-color css
<style>
span { border-color: #F8AE30; }
span { border-color: rgb(248,174,48); }
td.TdClassName
{
border-color: #F8AE30;
}
.TagClassName
{
border-color: #F8AE30;
}
</style>