Shades of Supernova #F6B93F
Tints of Supernova #F6B93F
RGB
CMYK
RGB Variations
Color information
#F6B93F (or 0xF6B93F) is known color: Supernova. HEX triplet: F6, B9 and 3F. RGB value is (246,185,63). Sum of RGB (Red+Green+Blue) = 246+185+63=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B93F is #0946C0. Grayscale: #BDBDBD. Windows color (decimal): -607937 or 4176374. OLE color: 4176374.
HSL color Cylindrical-coordinate representation of color #F6B93F: hue angle of 40º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6B93F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 63 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.04 |
| HSL | 40º | 0.91% | 0.61% | - |
| HSV(B) | 40º | 0.74% | 0.96% | - |
| XYZ | 56.25 | 54.65 | 12.29 | - |
| YUV | 189.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 63 | 0 | 0.25 | 0.74 | 0.04 | 40 | 0.91 | 0.61 |
| Hex | F6 | B9 | 3F | 0 | 19 | 4A | 4 | 28 | 5B | 3D |
| Octal | 366 | 271 | 77 | 0 | 31 | 112 | 4 | 50 | 133 | 75 |
| Binary | 11110110 | 10111001 | 111111 | 0 | 11001 | 1001010 | 100 | 101000 | 1011011 | 111101 |
Color Harmonies of #F6B93F
Complementary color
Monochromatic Colors of #F6B93F
Black with #F6B93F
Text Example
Text Example
White with #F6B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B93F; }
p { color: rgb(246,185,63); }
H1.HeaderClassName
{
color: #F6B93F;
}
.AnyTagClassName
{
color: #F6B93F;
}
</style>
background-color css
<style>
a { background-color: #F6B93F; }
a { background-color: rgb(246,185,63); }
div.DivClassName
{
background-color: #F6B93F;
}
.BgClassName
{
background-color: #F6B93F;
}
</style>
border-color css
<style>
span { border-color: #F6B93F; }
span { border-color: rgb(246,185,63); }
td.TdClassName
{
border-color: #F6B93F;
}
.TagClassName
{
border-color: #F6B93F;
}
</style>