Shades of Supernova #F8B534
Tints of Supernova #F8B534
RGB
CMYK
RGB Variations
Color information
#F8B534 (or 0xF8B534) is known color: Supernova. HEX triplet: F8, B5 and 34. RGB value is (248,181,52). Sum of RGB (Red+Green+Blue) = 248+181+52=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B534 is #074ACB. Grayscale: #BABABA. Windows color (decimal): -477900 or 3454456. OLE color: 3454456.
HSL color Cylindrical-coordinate representation of color #F8B534: hue angle of 39.49º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8B534 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 52 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.03 |
| HSL | 39.49º | 0.93% | 0.59% | - |
| HSV(B) | 39.49º | 0.79% | 0.97% | - |
| XYZ | 55.86 | 53.25 | 10.58 | - |
| YUV | 186.33 | 52.2 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 52 | 0 | 0.27 | 0.79 | 0.03 | 39.49 | 0.93 | 0.59 |
| Hex | F8 | B5 | 34 | 0 | 1B | 4F | 3 | 27 | 5D | 3B |
| Octal | 370 | 265 | 64 | 0 | 33 | 117 | 3 | 47 | 135 | 73 |
| Binary | 11111000 | 10110101 | 110100 | 0 | 11011 | 1001111 | 11 | 100111 | 1011101 | 111011 |
Color Harmonies of #F8B534
Complementary color
Monochromatic Colors of #F8B534
Black with #F8B534
Text Example
Text Example
White with #F8B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B534; }
p { color: rgb(248,181,52); }
H1.HeaderClassName
{
color: #F8B534;
}
.AnyTagClassName
{
color: #F8B534;
}
</style>
background-color css
<style>
a { background-color: #F8B534; }
a { background-color: rgb(248,181,52); }
div.DivClassName
{
background-color: #F8B534;
}
.BgClassName
{
background-color: #F8B534;
}
</style>
border-color css
<style>
span { border-color: #F8B534; }
span { border-color: rgb(248,181,52); }
td.TdClassName
{
border-color: #F8B534;
}
.TagClassName
{
border-color: #F8B534;
}
</style>