Shades of Supernova #FABD3C
Tints of Supernova #FABD3C
RGB
CMYK
RGB Variations
Color information
#FABD3C (or 0xFABD3C) is known color: Supernova. HEX triplet: FA, BD and 3C. RGB value is (250,189,60). Sum of RGB (Red+Green+Blue) = 250+189+60=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD3C is #0542C3. Grayscale: #C1C1C1. Windows color (decimal): -344772 or 3980794. OLE color: 3980794.
HSL color Cylindrical-coordinate representation of color #FABD3C: hue angle of 40.74º 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 #FABD3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 40.74º | 0.95% | 0.61% | - |
| HSV(B) | 40.74º | 0.76% | 0.98% | - |
| XYZ | 58.44 | 57.05 | 12.21 | - |
| YUV | 192.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 60 | 0 | 0.24 | 0.76 | 0.02 | 40.74 | 0.95 | 0.61 |
| Hex | FA | BD | 3C | 0 | 18 | 4C | 2 | 29 | 5F | 3D |
| Octal | 372 | 275 | 74 | 0 | 30 | 114 | 2 | 51 | 137 | 75 |
| Binary | 11111010 | 10111101 | 111100 | 0 | 11000 | 1001100 | 10 | 101001 | 1011111 | 111101 |
Color Harmonies of #FABD3C
Complementary color
Monochromatic Colors of #FABD3C
Black with #FABD3C
Text Example
Text Example
White with #FABD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD3C; }
p { color: rgb(250,189,60); }
H1.HeaderClassName
{
color: #FABD3C;
}
.AnyTagClassName
{
color: #FABD3C;
}
</style>
background-color css
<style>
a { background-color: #FABD3C; }
a { background-color: rgb(250,189,60); }
div.DivClassName
{
background-color: #FABD3C;
}
.BgClassName
{
background-color: #FABD3C;
}
</style>
border-color css
<style>
span { border-color: #FABD3C; }
span { border-color: rgb(250,189,60); }
td.TdClassName
{
border-color: #FABD3C;
}
.TagClassName
{
border-color: #FABD3C;
}
</style>