#FCC859

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

Shades of Golden Tainoi #FCC859

Tints of Golden Tainoi #FCC859

Color information

#FCC859 (or 0xFCC859) is unknown color: approx Golden Tainoi. HEX triplet: FC, C8 and 59. RGB value is (252,200,89). Sum of RGB (Red+Green+Blue) = 252+200+89=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC859 is #0337A6. Grayscale: #CBCBCB. Windows color (decimal): -210855 or 5884156. OLE color: 5884156.

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

Color convert

RGB25220089-
CMYK00.210.650.01
HSL40.86º96.45%66.86%-
HSV(B)40.86º64.68%98.82%-
XYZ62.662.7318.26-
YUV202.8963.73163.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 89 (35.16% from 255) = 16.45%
R=46.58%
G=36.97%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522008900.210.650.0140.8696.4566.86
HexFCC859015411296043
Octal374310131025101151140103
Binary111111001100100010110010101011000001110100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC859; }

 p { color: rgb(252,200,89); }

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

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

 a { background-color: rgb(252,200,89); }

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

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

 span { border-color: rgb(252,200,89); }

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