#FDC865

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

Shades of Grandis #FDC865

Tints of Grandis #FDC865

Color information

#FDC865 (or 0xFDC865) is unknown color: approx Grandis. HEX triplet: FD, C8 and 65. RGB value is (253,200,101). Sum of RGB (Red+Green+Blue) = 253+200+101=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC865 is #02379A. Grayscale: #CDCDCD. Windows color (decimal): -145307 or 6670589. OLE color: 6670589.

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

Color convert

RGB253200101-
CMYK00.210.600.01
HSL39.08º97.44%69.41%-
HSV(B)39.08º60.08%99.22%-
XYZ63.5163.1321.15-
YUV204.5669.56162.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 101 (39.84% from 255) = 18.23%
R=45.67%
G=36.10%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320010100.210.600.0139.0897.4469.41
HexFDC8650153C1276145
Octal37531014502574147141105
Binary11111101110010001100101010101111100110011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC865; }

 p { color: rgb(253,200,101); }

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

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

 a { background-color: rgb(253,200,101); }

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

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

 span { border-color: rgb(253,200,101); }

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