Shades of Supernova #FCC13D
Tints of Supernova #FCC13D
RGB
CMYK
RGB Variations
Color information
#FCC13D (or 0xFCC13D) is known color: Supernova. HEX triplet: FC, C1 and 3D. RGB value is (252,193,61). Sum of RGB (Red+Green+Blue) = 252+193+61=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC13D is #033EC2. Grayscale: #C4C4C4. Windows color (decimal): -212675 or 4047356. OLE color: 4047356.
HSL color Cylindrical-coordinate representation of color #FCC13D: hue angle of 41.47º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCC13D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 61 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.01 |
| HSL | 41.47º | 0.97% | 0.61% | - |
| HSV(B) | 41.47º | 0.76% | 0.99% | - |
| XYZ | 60.06 | 59.17 | 12.67 | - |
| YUV | 195.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 61 | 0 | 0.23 | 0.76 | 0.01 | 41.47 | 0.97 | 0.61 |
| Hex | FC | C1 | 3D | 0 | 17 | 4C | 1 | 29 | 61 | 3D |
| Octal | 374 | 301 | 75 | 0 | 27 | 114 | 1 | 51 | 141 | 75 |
| Binary | 11111100 | 11000001 | 111101 | 0 | 10111 | 1001100 | 1 | 101001 | 1100001 | 111101 |
Color Harmonies of #FCC13D
Complementary color
Monochromatic Colors of #FCC13D
Black with #FCC13D
Text Example
Text Example
White with #FCC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC13D; }
p { color: rgb(252,193,61); }
H1.HeaderClassName
{
color: #FCC13D;
}
.AnyTagClassName
{
color: #FCC13D;
}
</style>
background-color css
<style>
a { background-color: #FCC13D; }
a { background-color: rgb(252,193,61); }
div.DivClassName
{
background-color: #FCC13D;
}
.BgClassName
{
background-color: #FCC13D;
}
</style>
border-color css
<style>
span { border-color: #FCC13D; }
span { border-color: rgb(252,193,61); }
td.TdClassName
{
border-color: #FCC13D;
}
.TagClassName
{
border-color: #FCC13D;
}
</style>