#FFC146

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

Shades of Golden Tainoi #FFC146

Tints of Golden Tainoi #FFC146

Color information

#FFC146 (or 0xFFC146) is unknown color: approx Golden Tainoi. HEX triplet: FF, C1 and 46. RGB value is (255,193,70). Sum of RGB (Red+Green+Blue) = 255+193+70=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC146 is #003EB9. Grayscale: #C6C6C6. Windows color (decimal): -16058 or 4637183. OLE color: 4637183.

HSL color Cylindrical-coordinate representation of color #FFC146: hue angle of 39.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC146 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25519370-
CMYK00.240.730
HSL39.89º100%63.73%-
HSV(B)39.89º72.55%100%-
XYZ61.4259.8414.11-
YUV197.5256.04169-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 70 (27.73% from 255) = 13.51%
R=49.23%
G=37.26%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551937000.240.73039.8910063.73
HexFFC146018490286440
Octal377301106030111050144100
Binary111111111100000110001100110001001001010100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC146; }

 p { color: rgb(255,193,70); }

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

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

 a { background-color: rgb(255,193,70); }

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

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

 span { border-color: rgb(255,193,70); }

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