Shades of Supernova #F8B128
Tints of Supernova #F8B128
RGB
CMYK
RGB Variations
Color information
#F8B128 (or 0xF8B128) is known color: Supernova. HEX triplet: F8, B1 and 28. RGB value is (248,177,40). Sum of RGB (Red+Green+Blue) = 248+177+40=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B128 is #074ED7. Grayscale: #B7B7B7. Windows color (decimal): -478936 or 2667000. OLE color: 2667000.
HSL color Cylindrical-coordinate representation of color #F8B128: hue angle of 39.52º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8B128 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 40 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.03 |
| HSL | 39.52º | 0.94% | 0.56% | - |
| HSV(B) | 39.52º | 0.84% | 0.97% | - |
| XYZ | 54.82 | 51.55 | 9.07 | - |
| YUV | 182.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 40 | 0 | 0.29 | 0.84 | 0.03 | 39.52 | 0.94 | 0.56 |
| Hex | F8 | B1 | 28 | 0 | 1D | 54 | 3 | 28 | 5E | 38 |
| Octal | 370 | 261 | 50 | 0 | 35 | 124 | 3 | 50 | 136 | 70 |
| Binary | 11111000 | 10110001 | 101000 | 0 | 11101 | 1010100 | 11 | 101000 | 1011110 | 111000 |
Color Harmonies of #F8B128
Complementary color
Monochromatic Colors of #F8B128
Black with #F8B128
Text Example
Text Example
White with #F8B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B128; }
p { color: rgb(248,177,40); }
H1.HeaderClassName
{
color: #F8B128;
}
.AnyTagClassName
{
color: #F8B128;
}
</style>
background-color css
<style>
a { background-color: #F8B128; }
a { background-color: rgb(248,177,40); }
div.DivClassName
{
background-color: #F8B128;
}
.BgClassName
{
background-color: #F8B128;
}
</style>
border-color css
<style>
span { border-color: #F8B128; }
span { border-color: rgb(248,177,40); }
td.TdClassName
{
border-color: #F8B128;
}
.TagClassName
{
border-color: #F8B128;
}
</style>