#FDCE68

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

Shades of Grandis #FDCE68

Tints of Grandis #FDCE68

Color information

#FDCE68 (or 0xFDCE68) is unknown color: approx Grandis. HEX triplet: FD, CE and 68. RGB value is (253,206,104). Sum of RGB (Red+Green+Blue) = 253+206+104=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE68 is #023197. Grayscale: #D0D0D0. Windows color (decimal): -143768 or 6868733. OLE color: 6868733.

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

Color convert

RGB253206104-
CMYK00.190.590.01
HSL41.07º97.39%70%-
HSV(B)41.07º58.89%99.22%-
XYZ65.0866.0222.41-
YUV208.4269.07159.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 104 (41.02% from 255) = 18.47%
R=44.94%
G=36.59%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320610400.190.590.0141.0797.3970
HexFDCE680133B1296146
Octal37531615002373151141106
Binary11111101110011101101000010011111011110100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE68; }

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

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

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

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

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

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

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

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