Shades of Supernova #F9BE3C
Tints of Supernova #F9BE3C
RGB
CMYK
RGB Variations
Color information
#F9BE3C (or 0xF9BE3C) is known color: Supernova. HEX triplet: F9, BE and 3C. RGB value is (249,190,60). Sum of RGB (Red+Green+Blue) = 249+190+60=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BE3C is #0641C3. Grayscale: #C1C1C1. Windows color (decimal): -410052 or 3981049. OLE color: 3981049.
HSL color Cylindrical-coordinate representation of color #F9BE3C: hue angle of 41.27º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9BE3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 41.27º | 0.94% | 0.61% | - |
| HSV(B) | 41.27º | 0.76% | 0.98% | - |
| XYZ | 58.3 | 57.29 | 12.26 | - |
| YUV | 192.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 60 | 0 | 0.24 | 0.76 | 0.02 | 41.27 | 0.94 | 0.61 |
| Hex | F9 | BE | 3C | 0 | 18 | 4C | 2 | 29 | 5E | 3D |
| Octal | 371 | 276 | 74 | 0 | 30 | 114 | 2 | 51 | 136 | 75 |
| Binary | 11111001 | 10111110 | 111100 | 0 | 11000 | 1001100 | 10 | 101001 | 1011110 | 111101 |
Color Harmonies of #F9BE3C
Complementary color
Monochromatic Colors of #F9BE3C
Black with #F9BE3C
Text Example
Text Example
White with #F9BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BE3C; }
p { color: rgb(249,190,60); }
H1.HeaderClassName
{
color: #F9BE3C;
}
.AnyTagClassName
{
color: #F9BE3C;
}
</style>
background-color css
<style>
a { background-color: #F9BE3C; }
a { background-color: rgb(249,190,60); }
div.DivClassName
{
background-color: #F9BE3C;
}
.BgClassName
{
background-color: #F9BE3C;
}
</style>
border-color css
<style>
span { border-color: #F9BE3C; }
span { border-color: rgb(249,190,60); }
td.TdClassName
{
border-color: #F9BE3C;
}
.TagClassName
{
border-color: #F9BE3C;
}
</style>