#FDCD75

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

Shades of Grandis #FDCD75

Tints of Grandis #FDCD75

Color information

#FDCD75 (or 0xFDCD75) is unknown color: approx Grandis. HEX triplet: FD, CD and 75. RGB value is (253,205,117). Sum of RGB (Red+Green+Blue) = 253+205+117=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD75 is #02328A. Grayscale: #D1D1D1. Windows color (decimal): -144011 or 7720445. OLE color: 7720445.

HSL color Cylindrical-coordinate representation of color #FDCD75: hue angle of 38.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDCD75 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB253205117-
CMYK00.190.540.01
HSL38.82º97.14%72.55%-
HSV(B)38.82º53.75%99.22%-
XYZ65.5565.8326.08-
YUV209.3275.9159.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 117 (46.09% from 255) = 20.35%
R=44%
G=35.65%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320511700.190.540.0138.8297.1472.55
HexFDCD75013361276149
Octal37531516502366147141111
Binary11111101110011011110101010011110110110011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD75; }

 p { color: rgb(253,205,117); }

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

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

 a { background-color: rgb(253,205,117); }

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

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

 span { border-color: rgb(253,205,117); }

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