Shades of Supernova #FAC040
Tints of Supernova #FAC040
RGB
CMYK
RGB Variations
Color information
#FAC040 (or 0xFAC040) is known color: Supernova. HEX triplet: FA, C0 and 40. RGB value is (250,192,64). Sum of RGB (Red+Green+Blue) = 250+192+64=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC040 is #053FBF. Grayscale: #C3C3C3. Windows color (decimal): -344000 or 4243706. OLE color: 4243706.
HSL color Cylindrical-coordinate representation of color #FAC040: hue angle of 41.29º 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 #FAC040 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 64 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.02 |
| HSL | 41.29º | 0.95% | 0.62% | - |
| HSV(B) | 41.29º | 0.74% | 0.98% | - |
| XYZ | 59.2 | 58.39 | 13 | - |
| YUV | 194.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 64 | 0 | 0.23 | 0.74 | 0.02 | 41.29 | 0.95 | 0.62 |
| Hex | FA | C0 | 40 | 0 | 17 | 4A | 2 | 29 | 5F | 3E |
| Octal | 372 | 300 | 100 | 0 | 27 | 112 | 2 | 51 | 137 | 76 |
| Binary | 11111010 | 11000000 | 1000000 | 0 | 10111 | 1001010 | 10 | 101001 | 1011111 | 111110 |
Color Harmonies of #FAC040
Complementary color
Monochromatic Colors of #FAC040
Black with #FAC040
Text Example
Text Example
White with #FAC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC040; }
p { color: rgb(250,192,64); }
H1.HeaderClassName
{
color: #FAC040;
}
.AnyTagClassName
{
color: #FAC040;
}
</style>
background-color css
<style>
a { background-color: #FAC040; }
a { background-color: rgb(250,192,64); }
div.DivClassName
{
background-color: #FAC040;
}
.BgClassName
{
background-color: #FAC040;
}
</style>
border-color css
<style>
span { border-color: #FAC040; }
span { border-color: rgb(250,192,64); }
td.TdClassName
{
border-color: #FAC040;
}
.TagClassName
{
border-color: #FAC040;
}
</style>