Shades of Supernova #FFC13C
Tints of Supernova #FFC13C
RGB
CMYK
RGB Variations
Color information
#FFC13C (or 0xFFC13C) is known color: Supernova. HEX triplet: FF, C1 and 3C. RGB value is (255,193,60). Sum of RGB (Red+Green+Blue) = 255+193+60=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC13C is #003EC3. Grayscale: #C4C4C4. Windows color (decimal): -16068 or 3981823. OLE color: 3981823.
HSL color Cylindrical-coordinate representation of color #FFC13C: hue angle of 40.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFC13C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0 |
| HSL | 40.92º | 1% | 0.62% | - |
| HSV(B) | 40.92º | 0.76% | 1% | - |
| XYZ | 61.13 | 59.73 | 12.58 | - |
| YUV | 196.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 60 | 0 | 0.24 | 0.76 | 0 | 40.92 | 1 | 0.62 |
| Hex | FF | C1 | 3C | 0 | 18 | 4C | 0 | 29 | 64 | 3E |
| Octal | 377 | 301 | 74 | 0 | 30 | 114 | 0 | 51 | 144 | 76 |
| Binary | 11111111 | 11000001 | 111100 | 0 | 11000 | 1001100 | 0 | 101001 | 1100100 | 111110 |
Color Harmonies of #FFC13C
Complementary color
Monochromatic Colors of #FFC13C
Black with #FFC13C
Text Example
Text Example
White with #FFC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC13C; }
p { color: rgb(255,193,60); }
H1.HeaderClassName
{
color: #FFC13C;
}
.AnyTagClassName
{
color: #FFC13C;
}
</style>
background-color css
<style>
a { background-color: #FFC13C; }
a { background-color: rgb(255,193,60); }
div.DivClassName
{
background-color: #FFC13C;
}
.BgClassName
{
background-color: #FFC13C;
}
</style>
border-color css
<style>
span { border-color: #FFC13C; }
span { border-color: rgb(255,193,60); }
td.TdClassName
{
border-color: #FFC13C;
}
.TagClassName
{
border-color: #FFC13C;
}
</style>