#FCD168

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

Shades of Grandis #FCD168

Tints of Grandis #FCD168

Color information

#FCD168 (or 0xFCD168) is unknown color: approx Grandis. HEX triplet: FC, D1 and 68. RGB value is (252,209,104). Sum of RGB (Red+Green+Blue) = 252+209+104=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD168 is #032E97. Grayscale: #D2D2D2. Windows color (decimal): -208536 or 6869500. OLE color: 6869500.

HSL color Cylindrical-coordinate representation of color #FCD168: hue angle of 42.57º degrees, saturation: 0.96, 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 #FCD168 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252209104-
CMYK00.170.590.01
HSL42.57º96.1%69.8%-
HSV(B)42.57º58.73%98.82%-
XYZ65.4467.322.64-
YUV209.8968.25158.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 104 (41.02% from 255) = 18.41%
R=44.60%
G=36.99%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220910400.170.590.0142.5796.169.8
HexFCD1680113B12b6046
Octal37432115002173153140106
Binary11111100110100011101000010001111011110101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD168; }

 p { color: rgb(252,209,104); }

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

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

 a { background-color: rgb(252,209,104); }

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

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

 span { border-color: rgb(252,209,104); }

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