#FDC464

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

Shades of Grandis #FDC464

Tints of Grandis #FDC464

Color information

#FDC464 (or 0xFDC464) is unknown color: approx Grandis. HEX triplet: FD, C4 and 64. RGB value is (253,196,100). Sum of RGB (Red+Green+Blue) = 253+196+100=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC464 is #023B9B. Grayscale: #CACACA. Windows color (decimal): -146332 or 6604029. OLE color: 6604029.

HSL color Cylindrical-coordinate representation of color #FDC464: hue angle of 37.65º degrees, saturation: 0.97, 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 #FDC464 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253196100-
CMYK00.230.600.01
HSL37.65º97.45%69.22%-
HSV(B)37.65º60.47%99.22%-
XYZ62.5561.2820.59-
YUV202.170.38164.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 100 (39.45% from 255) = 18.21%
R=46.08%
G=35.70%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319610000.230.600.0137.6597.4569.22
HexFDC4640173C1266145
Octal37530414402774146141105
Binary11111101110001001100100010111111100110011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC464; }

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

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

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

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

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

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

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

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