Shades of Supernova #F8B33C
Tints of Supernova #F8B33C
RGB
CMYK
RGB Variations
Color information
#F8B33C (or 0xF8B33C) is known color: Supernova. HEX triplet: F8, B3 and 3C. RGB value is (248,179,60). Sum of RGB (Red+Green+Blue) = 248+179+60=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B33C is #074CC3. Grayscale: #BABABA. Windows color (decimal): -478404 or 3978232. OLE color: 3978232.
HSL color Cylindrical-coordinate representation of color #F8B33C: hue angle of 37.98º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8B33C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 60 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.03 |
| HSL | 37.98º | 0.93% | 0.6% | - |
| HSV(B) | 37.98º | 0.76% | 0.97% | - |
| XYZ | 55.65 | 52.52 | 11.48 | - |
| YUV | 186.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 60 | 0 | 0.28 | 0.76 | 0.03 | 37.98 | 0.93 | 0.6 |
| Hex | F8 | B3 | 3C | 0 | 1C | 4C | 3 | 26 | 5D | 3C |
| Octal | 370 | 263 | 74 | 0 | 34 | 114 | 3 | 46 | 135 | 74 |
| Binary | 11111000 | 10110011 | 111100 | 0 | 11100 | 1001100 | 11 | 100110 | 1011101 | 111100 |
Color Harmonies of #F8B33C
Complementary color
Monochromatic Colors of #F8B33C
Black with #F8B33C
Text Example
Text Example
White with #F8B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B33C; }
p { color: rgb(248,179,60); }
H1.HeaderClassName
{
color: #F8B33C;
}
.AnyTagClassName
{
color: #F8B33C;
}
</style>
background-color css
<style>
a { background-color: #F8B33C; }
a { background-color: rgb(248,179,60); }
div.DivClassName
{
background-color: #F8B33C;
}
.BgClassName
{
background-color: #F8B33C;
}
</style>
border-color css
<style>
span { border-color: #F8B33C; }
span { border-color: rgb(248,179,60); }
td.TdClassName
{
border-color: #F8B33C;
}
.TagClassName
{
border-color: #F8B33C;
}
</style>