#FDCE79

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

Shades of Grandis #FDCE79

Tints of Grandis #FDCE79

Color information

#FDCE79 (or 0xFDCE79) is unknown color: approx Grandis. HEX triplet: FD, CE and 79. RGB value is (253,206,121). Sum of RGB (Red+Green+Blue) = 253+206+121=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE79 is #023186. Grayscale: #D2D2D2. Windows color (decimal): -143751 or 7982845. OLE color: 7982845.

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

Color convert

RGB253206121-
CMYK00.190.520.01
HSL38.64º97.06%73.33%-
HSV(B)38.64º52.17%99.22%-
XYZ66.0366.4127.43-
YUV210.3677.57158.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 121 (47.66% from 255) = 20.86%
R=43.62%
G=35.52%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320612100.190.520.0138.6497.0673.33
HexFDCE79013341276149
Octal37531617102364147141111
Binary11111101110011101111001010011110100110011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE79; }

 p { color: rgb(253,206,121); }

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

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

 a { background-color: rgb(253,206,121); }

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

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

 span { border-color: rgb(253,206,121); }

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