Shades of Supernova #FFC13B
Tints of Supernova #FFC13B
RGB
CMYK
RGB Variations
Color information
#FFC13B (or 0xFFC13B) is known color: Supernova. HEX triplet: FF, C1 and 3B. RGB value is (255,193,59). Sum of RGB (Red+Green+Blue) = 255+193+59=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC13B is #003EC4. Grayscale: #C4C4C4. Windows color (decimal): -16069 or 3916287. OLE color: 3916287.
HSL color Cylindrical-coordinate representation of color #FFC13B: hue angle of 41.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFC13B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 59 | - |
| CMYK | 0 | 0.24 | 0.77 | 0 |
| HSL | 41.02º | 1% | 0.62% | - |
| HSV(B) | 41.02º | 0.77% | 1% | - |
| XYZ | 61.1 | 59.72 | 12.44 | - |
| YUV | 196.26 | 50.54 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 59 | 0 | 0.24 | 0.77 | 0 | 41.02 | 1 | 0.62 |
| Hex | FF | C1 | 3B | 0 | 18 | 4D | 0 | 29 | 64 | 3E |
| Octal | 377 | 301 | 73 | 0 | 30 | 115 | 0 | 51 | 144 | 76 |
| Binary | 11111111 | 11000001 | 111011 | 0 | 11000 | 1001101 | 0 | 101001 | 1100100 | 111110 |
Color Harmonies of #FFC13B
Complementary color
Monochromatic Colors of #FFC13B
Black with #FFC13B
Text Example
Text Example
White with #FFC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC13B; }
p { color: rgb(255,193,59); }
H1.HeaderClassName
{
color: #FFC13B;
}
.AnyTagClassName
{
color: #FFC13B;
}
</style>
background-color css
<style>
a { background-color: #FFC13B; }
a { background-color: rgb(255,193,59); }
div.DivClassName
{
background-color: #FFC13B;
}
.BgClassName
{
background-color: #FFC13B;
}
</style>
border-color css
<style>
span { border-color: #FFC13B; }
span { border-color: rgb(255,193,59); }
td.TdClassName
{
border-color: #FFC13B;
}
.TagClassName
{
border-color: #FFC13B;
}
</style>