Shades of Supernova #F8B232
Tints of Supernova #F8B232
RGB
CMYK
RGB Variations
Color information
#F8B232 (or 0xF8B232) is known color: Supernova. HEX triplet: F8, B2 and 32. RGB value is (248,178,50). Sum of RGB (Red+Green+Blue) = 248+178+50=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B232 is #074DCD. Grayscale: #B8B8B8. Windows color (decimal): -478670 or 3322616. OLE color: 3322616.
HSL color Cylindrical-coordinate representation of color #F8B232: hue angle of 38.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8B232 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.03 |
| HSL | 38.79º | 0.93% | 0.58% | - |
| HSV(B) | 38.79º | 0.8% | 0.97% | - |
| XYZ | 55.21 | 52.03 | 10.15 | - |
| YUV | 184.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 50 | 0 | 0.28 | 0.80 | 0.03 | 38.79 | 0.93 | 0.58 |
| Hex | F8 | B2 | 32 | 0 | 1C | 50 | 3 | 27 | 5D | 3A |
| Octal | 370 | 262 | 62 | 0 | 34 | 120 | 3 | 47 | 135 | 72 |
| Binary | 11111000 | 10110010 | 110010 | 0 | 11100 | 1010000 | 11 | 100111 | 1011101 | 111010 |
Color Harmonies of #F8B232
Complementary color
Monochromatic Colors of #F8B232
Black with #F8B232
Text Example
Text Example
White with #F8B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B232; }
p { color: rgb(248,178,50); }
H1.HeaderClassName
{
color: #F8B232;
}
.AnyTagClassName
{
color: #F8B232;
}
</style>
background-color css
<style>
a { background-color: #F8B232; }
a { background-color: rgb(248,178,50); }
div.DivClassName
{
background-color: #F8B232;
}
.BgClassName
{
background-color: #F8B232;
}
</style>
border-color css
<style>
span { border-color: #F8B232; }
span { border-color: rgb(248,178,50); }
td.TdClassName
{
border-color: #F8B232;
}
.TagClassName
{
border-color: #F8B232;
}
</style>