#FFC655

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

Shades of Golden Tainoi #FFC655

Tints of Golden Tainoi #FFC655

Color information

#FFC655 (or 0xFFC655) is unknown color: approx Golden Tainoi. HEX triplet: FF, C6 and 55. RGB value is (255,198,85). Sum of RGB (Red+Green+Blue) = 255+198+85=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC655 is #0039AA. Grayscale: #CACACA. Windows color (decimal): -14763 or 5621503. OLE color: 5621503.

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

Color convert

RGB25519885-
CMYK00.220.670
HSL39.88º100%66.67%-
HSV(B)39.88º66.67%100%-
XYZ63.0762.317.3-
YUV202.1661.88165.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 85 (33.59% from 255) = 15.80%
R=47.40%
G=36.80%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551988500.220.67039.8810066.67
HexFFC655016430286443
Octal377306125026103050144103
Binary111111111100011010101010101101000011010100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC655; }

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

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

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

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

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

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

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

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