#FFC659

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

Shades of Golden Tainoi #FFC659

Tints of Golden Tainoi #FFC659

Color information

#FFC659 (or 0xFFC659) is unknown color: approx Golden Tainoi. HEX triplet: FF, C6 and 59. RGB value is (255,198,89). Sum of RGB (Red+Green+Blue) = 255+198+89=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC659 is #0039A6. Grayscale: #CBCBCB. Windows color (decimal): -14759 or 5883647. OLE color: 5883647.

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

Color convert

RGB25519889-
CMYK00.220.650
HSL39.4º100%67.45%-
HSV(B)39.4º65.1%100%-
XYZ63.2462.3718.16-
YUV202.6263.88165.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 198 (77.73% from 255) = 36.53%
BLUE value IS 89 (35.16% from 255) = 16.42%
R=47.05%
G=36.53%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551988900.220.65039.410067.45
HexFFC659016410276443
Octal377306131026101047144103
Binary111111111100011010110010101101000001010011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC659; }

 p { color: rgb(255,198,89); }

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

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

 a { background-color: rgb(255,198,89); }

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

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

 span { border-color: rgb(255,198,89); }

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