#FCC065

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

Shades of Golden Tainoi #FCC065

Tints of Golden Tainoi #FCC065

Color information

#FCC065 (or 0xFCC065) is unknown color: approx Golden Tainoi. HEX triplet: FC, C0 and 65. RGB value is (252,192,101). Sum of RGB (Red+Green+Blue) = 252+192+101=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC065 is #033F9A. Grayscale: #C7C7C7. Windows color (decimal): -212891 or 6668540. OLE color: 6668540.

HSL color Cylindrical-coordinate representation of color #FCC065: hue angle of 36.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC065 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252192101-
CMYK00.240.600.01
HSL36.16º96.18%69.22%-
HSV(B)36.16º59.92%98.82%-
XYZ61.3459.3320.53-
YUV199.5772.38165.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 101 (39.84% from 255) = 18.53%
R=46.24%
G=35.23%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219210100.240.600.0136.1696.1869.22
HexFCC0650183C1246045
Octal37430014503074144140105
Binary11111100110000001100101011000111100110010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC065; }

 p { color: rgb(252,192,101); }

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

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

 a { background-color: rgb(252,192,101); }

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

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

 span { border-color: rgb(252,192,101); }

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