Shades of Supernova #FABF3C
Tints of Supernova #FABF3C
RGB
CMYK
RGB Variations
Color information
#FABF3C (or 0xFABF3C) is known color: Supernova. HEX triplet: FA, BF and 3C. RGB value is (250,191,60). Sum of RGB (Red+Green+Blue) = 250+191+60=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF3C is #0540C3. Grayscale: #C2C2C2. Windows color (decimal): -344260 or 3981306. OLE color: 3981306.
HSL color Cylindrical-coordinate representation of color #FABF3C: hue angle of 41.37º degrees, saturation: 0.95, 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 #FABF3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 41.37º | 0.95% | 0.61% | - |
| HSV(B) | 41.37º | 0.76% | 0.98% | - |
| XYZ | 58.87 | 57.91 | 12.35 | - |
| YUV | 193.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 60 | 0 | 0.24 | 0.76 | 0.02 | 41.37 | 0.95 | 0.61 |
| Hex | FA | BF | 3C | 0 | 18 | 4C | 2 | 29 | 5F | 3D |
| Octal | 372 | 277 | 74 | 0 | 30 | 114 | 2 | 51 | 137 | 75 |
| Binary | 11111010 | 10111111 | 111100 | 0 | 11000 | 1001100 | 10 | 101001 | 1011111 | 111101 |
Color Harmonies of #FABF3C
Complementary color
Monochromatic Colors of #FABF3C
Black with #FABF3C
Text Example
Text Example
White with #FABF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF3C; }
p { color: rgb(250,191,60); }
H1.HeaderClassName
{
color: #FABF3C;
}
.AnyTagClassName
{
color: #FABF3C;
}
</style>
background-color css
<style>
a { background-color: #FABF3C; }
a { background-color: rgb(250,191,60); }
div.DivClassName
{
background-color: #FABF3C;
}
.BgClassName
{
background-color: #FABF3C;
}
</style>
border-color css
<style>
span { border-color: #FABF3C; }
span { border-color: rgb(250,191,60); }
td.TdClassName
{
border-color: #FABF3C;
}
.TagClassName
{
border-color: #FABF3C;
}
</style>