#FFC860

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

Shades of Golden Tainoi #FFC860

Tints of Golden Tainoi #FFC860

Color information

#FFC860 (or 0xFFC860) is unknown color: approx Golden Tainoi. HEX triplet: FF, C8 and 60. RGB value is (255,200,96). Sum of RGB (Red+Green+Blue) = 255+200+96=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC860 is #00379F. Grayscale: #CDCDCD. Windows color (decimal): -14240 or 6342911. OLE color: 6342911.

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

Color convert

RGB25520096-
CMYK00.220.620
HSL39.25º100%68.82%-
HSV(B)39.25º62.35%100%-
XYZ64.0163.4119.93-
YUV204.5966.72163.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 96 (37.89% from 255) = 17.42%
R=46.28%
G=36.30%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552009600.220.62039.2510068.82
HexFFC8600163E0276445
Octal37731014002676047144105
Binary11111111110010001100000010110111110010011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC860; }

 p { color: rgb(255,200,96); }

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

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

 a { background-color: rgb(255,200,96); }

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

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

 span { border-color: rgb(255,200,96); }

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