#FCC65D

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

Shades of Golden Tainoi #FCC65D

Tints of Golden Tainoi #FCC65D

Color information

#FCC65D (or 0xFCC65D) is unknown color: approx Golden Tainoi. HEX triplet: FC, C6 and 5D. RGB value is (252,198,93). Sum of RGB (Red+Green+Blue) = 252+198+93=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65D is #0339A2. Grayscale: #CACACA. Windows color (decimal): -211363 or 6145788. OLE color: 6145788.

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

Color convert

RGB25219893-
CMYK00.210.630.01
HSL39.62º96.36%67.65%-
HSV(B)39.62º63.1%98.82%-
XYZ62.3161.8719.01-
YUV202.1866.39163.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.41%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 93 (36.72% from 255) = 17.13%
R=46.41%
G=36.46%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521989300.210.630.0139.6296.3667.65
HexFCC65D0153F1286044
Octal37430613502577150140104
Binary11111100110001101011101010101111111110100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC65D; }

 p { color: rgb(252,198,93); }

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

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

 a { background-color: rgb(252,198,93); }

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

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

 span { border-color: rgb(252,198,93); }

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