Shades of Supernova #FFC240
Tints of Supernova #FFC240
RGB
CMYK
RGB Variations
Color information
#FFC240 (or 0xFFC240) is known color: Supernova. HEX triplet: FF, C2 and 40. RGB value is (255,194,64). Sum of RGB (Red+Green+Blue) = 255+194+64=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC240 is #003DBF. Grayscale: #C5C5C5. Windows color (decimal): -15808 or 4244223. OLE color: 4244223.
HSL color Cylindrical-coordinate representation of color #FFC240: hue angle of 40.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFC240 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 64 | - |
| CMYK | 0 | 0.24 | 0.75 | 0 |
| HSL | 40.84º | 1% | 0.63% | - |
| HSV(B) | 40.84º | 0.75% | 1% | - |
| XYZ | 61.46 | 60.21 | 13.23 | - |
| YUV | 197.42 | 52.71 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 64 | 0 | 0.24 | 0.75 | 0 | 40.84 | 1 | 0.63 |
| Hex | FF | C2 | 40 | 0 | 18 | 4B | 0 | 29 | 64 | 3F |
| Octal | 377 | 302 | 100 | 0 | 30 | 113 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000010 | 1000000 | 0 | 11000 | 1001011 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC240
Complementary color
Monochromatic Colors of #FFC240
Black with #FFC240
Text Example
Text Example
White with #FFC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC240; }
p { color: rgb(255,194,64); }
H1.HeaderClassName
{
color: #FFC240;
}
.AnyTagClassName
{
color: #FFC240;
}
</style>
background-color css
<style>
a { background-color: #FFC240; }
a { background-color: rgb(255,194,64); }
div.DivClassName
{
background-color: #FFC240;
}
.BgClassName
{
background-color: #FFC240;
}
</style>
border-color css
<style>
span { border-color: #FFC240; }
span { border-color: rgb(255,194,64); }
td.TdClassName
{
border-color: #FFC240;
}
.TagClassName
{
border-color: #FFC240;
}
</style>