Shades of Supernova #F3BB3C
Tints of Supernova #F3BB3C
RGB
CMYK
RGB Variations
Color information
#F3BB3C (or 0xF3BB3C) is known color: Supernova. HEX triplet: F3, BB and 3C. RGB value is (243,187,60). Sum of RGB (Red+Green+Blue) = 243+187+60=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BB3C is #0C44C3. Grayscale: #BDBDBD. Windows color (decimal): -804036 or 3980275. OLE color: 3980275.
HSL color Cylindrical-coordinate representation of color #F3BB3C: hue angle of 41.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3BB3C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.05 |
| HSL | 41.64º | 0.88% | 0.59% | - |
| HSV(B) | 41.64º | 0.75% | 0.95% | - |
| XYZ | 55.55 | 54.92 | 11.95 | - |
| YUV | 189.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 60 | 0 | 0.23 | 0.75 | 0.05 | 41.64 | 0.88 | 0.59 |
| Hex | F3 | BB | 3C | 0 | 17 | 4B | 5 | 2A | 58 | 3B |
| Octal | 363 | 273 | 74 | 0 | 27 | 113 | 5 | 52 | 130 | 73 |
| Binary | 11110011 | 10111011 | 111100 | 0 | 10111 | 1001011 | 101 | 101010 | 1011000 | 111011 |
Color Harmonies of #F3BB3C
Complementary color
Monochromatic Colors of #F3BB3C
Black with #F3BB3C
Text Example
Text Example
White with #F3BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB3C; }
p { color: rgb(243,187,60); }
H1.HeaderClassName
{
color: #F3BB3C;
}
.AnyTagClassName
{
color: #F3BB3C;
}
</style>
background-color css
<style>
a { background-color: #F3BB3C; }
a { background-color: rgb(243,187,60); }
div.DivClassName
{
background-color: #F3BB3C;
}
.BgClassName
{
background-color: #F3BB3C;
}
</style>
border-color css
<style>
span { border-color: #F3BB3C; }
span { border-color: rgb(243,187,60); }
td.TdClassName
{
border-color: #F3BB3C;
}
.TagClassName
{
border-color: #F3BB3C;
}
</style>