Shades of Supernova #FAC03D
Tints of Supernova #FAC03D
RGB
CMYK
RGB Variations
Color information
#FAC03D (or 0xFAC03D) is known color: Supernova. HEX triplet: FA, C0 and 3D. RGB value is (250,192,61). Sum of RGB (Red+Green+Blue) = 250+192+61=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC03D is #053FC2. Grayscale: #C2C2C2. Windows color (decimal): -344003 or 4047098. OLE color: 4047098.
HSL color Cylindrical-coordinate representation of color #FAC03D: hue angle of 41.59º 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 #FAC03D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 61 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.02 |
| HSL | 41.59º | 0.95% | 0.61% | - |
| HSV(B) | 41.59º | 0.76% | 0.98% | - |
| XYZ | 59.12 | 58.36 | 12.56 | - |
| YUV | 194.41 | 52.72 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 61 | 0 | 0.23 | 0.76 | 0.02 | 41.59 | 0.95 | 0.61 |
| Hex | FA | C0 | 3D | 0 | 17 | 4C | 2 | 2A | 5F | 3D |
| Octal | 372 | 300 | 75 | 0 | 27 | 114 | 2 | 52 | 137 | 75 |
| Binary | 11111010 | 11000000 | 111101 | 0 | 10111 | 1001100 | 10 | 101010 | 1011111 | 111101 |
Color Harmonies of #FAC03D
Complementary color
Monochromatic Colors of #FAC03D
Black with #FAC03D
Text Example
Text Example
White with #FAC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC03D; }
p { color: rgb(250,192,61); }
H1.HeaderClassName
{
color: #FAC03D;
}
.AnyTagClassName
{
color: #FAC03D;
}
</style>
background-color css
<style>
a { background-color: #FAC03D; }
a { background-color: rgb(250,192,61); }
div.DivClassName
{
background-color: #FAC03D;
}
.BgClassName
{
background-color: #FAC03D;
}
</style>
border-color css
<style>
span { border-color: #FAC03D; }
span { border-color: rgb(250,192,61); }
td.TdClassName
{
border-color: #FAC03D;
}
.TagClassName
{
border-color: #FAC03D;
}
</style>