Shades of Supernova #F8AE2D
Tints of Supernova #F8AE2D
RGB
CMYK
RGB Variations
Color information
#F8AE2D (or 0xF8AE2D) is known color: Supernova. HEX triplet: F8, AE and 2D. RGB value is (248,174,45). Sum of RGB (Red+Green+Blue) = 248+174+45=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AE2D is #0751D2. Grayscale: #B6B6B6. Windows color (decimal): -479699 or 2993912. OLE color: 2993912.
HSL color Cylindrical-coordinate representation of color #F8AE2D: hue angle of 38.13º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8AE2D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.03 |
| HSL | 38.13º | 0.94% | 0.57% | - |
| HSV(B) | 38.13º | 0.82% | 0.97% | - |
| XYZ | 54.32 | 50.42 | 9.35 | - |
| YUV | 181.42 | 51.02 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 45 | 0 | 0.30 | 0.82 | 0.03 | 38.13 | 0.94 | 0.57 |
| Hex | F8 | AE | 2D | 0 | 1E | 52 | 3 | 26 | 5E | 39 |
| Octal | 370 | 256 | 55 | 0 | 36 | 122 | 3 | 46 | 136 | 71 |
| Binary | 11111000 | 10101110 | 101101 | 0 | 11110 | 1010010 | 11 | 100110 | 1011110 | 111001 |
Color Harmonies of #F8AE2D
Complementary color
Monochromatic Colors of #F8AE2D
Black with #F8AE2D
Text Example
Text Example
White with #F8AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AE2D; }
p { color: rgb(248,174,45); }
H1.HeaderClassName
{
color: #F8AE2D;
}
.AnyTagClassName
{
color: #F8AE2D;
}
</style>
background-color css
<style>
a { background-color: #F8AE2D; }
a { background-color: rgb(248,174,45); }
div.DivClassName
{
background-color: #F8AE2D;
}
.BgClassName
{
background-color: #F8AE2D;
}
</style>
border-color css
<style>
span { border-color: #F8AE2D; }
span { border-color: rgb(248,174,45); }
td.TdClassName
{
border-color: #F8AE2D;
}
.TagClassName
{
border-color: #F8AE2D;
}
</style>