#FDC460

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

Shades of Golden Tainoi #FDC460

Tints of Golden Tainoi #FDC460

Color information

#FDC460 (or 0xFDC460) is unknown color: approx Golden Tainoi. HEX triplet: FD, C4 and 60. RGB value is (253,196,96). Sum of RGB (Red+Green+Blue) = 253+196+96=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC460 is #023B9F. Grayscale: #CACACA. Windows color (decimal): -146336 or 6341885. OLE color: 6341885.

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

Color convert

RGB25319696-
CMYK00.230.620.01
HSL38.22º97.52%68.43%-
HSV(B)38.22º62.06%99.22%-
XYZ62.3661.2119.59-
YUV201.6468.38164.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 17.61%
R=46.42%
G=35.96%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531969600.230.620.0138.2297.5268.43
HexFDC4600173E1266244
Octal37530414002776146142104
Binary11111101110001001100000010111111110110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC460; }

 p { color: rgb(253,196,96); }

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

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

 a { background-color: rgb(253,196,96); }

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

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

 span { border-color: rgb(253,196,96); }

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