Shades of Supernova #FAC141
Tints of Supernova #FAC141
RGB
CMYK
RGB Variations
Color information
#FAC141 (or 0xFAC141) is known color: Supernova. HEX triplet: FA, C1 and 41. RGB value is (250,193,65). Sum of RGB (Red+Green+Blue) = 250+193+65=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC141 is #053EBE. Grayscale: #C4C4C4. Windows color (decimal): -343743 or 4309498. OLE color: 4309498.
HSL color Cylindrical-coordinate representation of color #FAC141: hue angle of 41.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAC141 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 65 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.02 |
| HSL | 41.51º | 0.95% | 0.62% | - |
| HSV(B) | 41.51º | 0.74% | 0.98% | - |
| XYZ | 59.45 | 58.85 | 13.23 | - |
| YUV | 195.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 65 | 0 | 0.23 | 0.74 | 0.02 | 41.51 | 0.95 | 0.62 |
| Hex | FA | C1 | 41 | 0 | 17 | 4A | 2 | 2A | 5F | 3E |
| Octal | 372 | 301 | 101 | 0 | 27 | 112 | 2 | 52 | 137 | 76 |
| Binary | 11111010 | 11000001 | 1000001 | 0 | 10111 | 1001010 | 10 | 101010 | 1011111 | 111110 |
Color Harmonies of #FAC141
Complementary color
Monochromatic Colors of #FAC141
Black with #FAC141
Text Example
Text Example
White with #FAC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC141; }
p { color: rgb(250,193,65); }
H1.HeaderClassName
{
color: #FAC141;
}
.AnyTagClassName
{
color: #FAC141;
}
</style>
background-color css
<style>
a { background-color: #FAC141; }
a { background-color: rgb(250,193,65); }
div.DivClassName
{
background-color: #FAC141;
}
.BgClassName
{
background-color: #FAC141;
}
</style>
border-color css
<style>
span { border-color: #FAC141; }
span { border-color: rgb(250,193,65); }
td.TdClassName
{
border-color: #FAC141;
}
.TagClassName
{
border-color: #FAC141;
}
</style>