Html Css Color HEX #FCCD6D Grandis

📋 copy color: '#FCCD6D'

red 252 ◦ green 205 ◦ blue 109

#FCCD6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FCCD6D

Tints of Grandis #FCCD6D

RGB

 RED value IS 252 (98.83% from 255) = 44.52%

 GREEN value IS 205 (80.47% from 255) = 36.22%

 BLUE value IS 109 (42.97% from 255) = 19.26%

R = 44.52%
G = 36.22%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCCD6D (or 0xFCCD6D) is known color: Grandis. HEX triplet: FC, CD and 6D. RGB value is (252,205,109). Sum of RGB (Red+Green+Blue) = 252+205+109=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD6D is #033292. Grayscale: #D0D0D0. Windows color (decimal): -209555 or 7196156. OLE color: 7196156.

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

Color convert

RGB 252 205 109 -
CMYK 0 0.19 0.57 0.01
HSL 40.28º 0.96% 0.71% -
HSV(B) 40.28º 0.57% 0.99% -
XYZ 64.74 65.46 23.69 -
YUV 208.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 252 205 109 0 0.19 0.57 0.01 40.28 0.96 0.71
Hex FC CD 6D 0 13 39 1 28 60 47
Octal 374 315 155 0 23 71 1 50 140 107
Binary 11111100 11001101 1101101 0 10011 111001 1 101000 1100000 1000111

Color Harmonies of #FCCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD6D

Black with #FCCD6D

Text Example


Text Example

White with #FCCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD6D; }

 p { color: rgb(252,205,109); }

 H1.HeaderClassName
 {
   color: #FCCD6D;
 }
 .AnyTagClassName
 {
   color: #FCCD6D;
 }
</style>

background-color css

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

 a { background-color: rgb(252,205,109); }

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

border-color css

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

 span { border-color: rgb(252,205,109); }

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