Shades of Supernova #F8B32D
Tints of Supernova #F8B32D
RGB
CMYK
RGB Variations
Color information
#F8B32D (or 0xF8B32D) is known color: Supernova. HEX triplet: F8, B3 and 2D. RGB value is (248,179,45). Sum of RGB (Red+Green+Blue) = 248+179+45=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B32D is #074CD2. Grayscale: #B8B8B8. Windows color (decimal): -478419 or 2995192. OLE color: 2995192.
HSL color Cylindrical-coordinate representation of color #F8B32D: hue angle of 39.61º 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 #F8B32D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.03 |
| HSL | 39.61º | 0.94% | 0.57% | - |
| HSV(B) | 39.61º | 0.82% | 0.97% | - |
| XYZ | 55.31 | 52.39 | 9.68 | - |
| YUV | 184.36 | 49.36 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 45 | 0 | 0.28 | 0.82 | 0.03 | 39.61 | 0.94 | 0.57 |
| Hex | F8 | B3 | 2D | 0 | 1C | 52 | 3 | 28 | 5E | 39 |
| Octal | 370 | 263 | 55 | 0 | 34 | 122 | 3 | 50 | 136 | 71 |
| Binary | 11111000 | 10110011 | 101101 | 0 | 11100 | 1010010 | 11 | 101000 | 1011110 | 111001 |
Color Harmonies of #F8B32D
Complementary color
Monochromatic Colors of #F8B32D
Black with #F8B32D
Text Example
Text Example
White with #F8B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B32D; }
p { color: rgb(248,179,45); }
H1.HeaderClassName
{
color: #F8B32D;
}
.AnyTagClassName
{
color: #F8B32D;
}
</style>
background-color css
<style>
a { background-color: #F8B32D; }
a { background-color: rgb(248,179,45); }
div.DivClassName
{
background-color: #F8B32D;
}
.BgClassName
{
background-color: #F8B32D;
}
</style>
border-color css
<style>
span { border-color: #F8B32D; }
span { border-color: rgb(248,179,45); }
td.TdClassName
{
border-color: #F8B32D;
}
.TagClassName
{
border-color: #F8B32D;
}
</style>