#FFC040

Color #FFC040 Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #FFC040

Tints of Supernova #FFC040

Color information

#FFC040 (or 0xFFC040) is unknown color: approx Supernova. HEX triplet: FF, C0 and 40. RGB value is (255,192,64). Sum of RGB (Red+Green+Blue) = 255+192+64=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC040 is #003FBF. Grayscale: #C4C4C4. Windows color (decimal): -16320 or 4243711. OLE color: 4243711.

HSL color Cylindrical-coordinate representation of color #FFC040: hue angle of 40.21º 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 #FFC040 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25519264-
CMYK00.250.750
HSL40.21º100%62.55%-
HSV(B)40.21º74.9%100%-
XYZ61.0259.3313.09-
YUV196.2453.37169.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 64 (25.39% from 255) = 12.52%
R=49.90%
G=37.57%
B=12.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551926400.250.75040.2110062.55
HexFFC0400194B028643f
Octal37730010003111305014477
Binary11111111110000001000000011001100101101010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC040; }

 p { color: rgb(255,192,64); }

 H1.HeaderClassName
 {
   color: #FFC040;
 }
 .AnyTagClassName
 {
   color: #FFC040;
 }
</style>
background-color css

<style>
 a { background-color: #FFC040; }

 a { background-color: rgb(255,192,64); }

 div.DivClassName
 {
   background-color: #FFC040;
 }
 .BgClassName
 {
   background-color: #FFC040;
 }
</style>
border-color css

<style>
 span { border-color: #FFC040; }

 span { border-color: rgb(255,192,64); }

 td.TdClassName
 {
   border-color: #FFC040;
 }
 .TagClassName
 {
   border-color: #FFC040;
 }
</style>