Html Css Color HEX #FCC66D Grandis

📋 copy color: '#FCC66D'

red 252 ◦ green 198 ◦ blue 109

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

Shades of Grandis #FCC66D

Tints of Grandis #FCC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.42%

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

R = 45.08%
G = 35.42%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC66D (or 0xFCC66D) is known color: Grandis. HEX triplet: FC, C6 and 6D. RGB value is (252,198,109). Sum of RGB (Red+Green+Blue) = 252+198+109=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC66D is #033992. Grayscale: #CCCCCC. Windows color (decimal): -211347 or 7194364. OLE color: 7194364.

HSL color Cylindrical-coordinate representation of color #FCC66D: hue angle of 37.34º 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 #FCC66D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 109 -
CMYK 0 0.21 0.57 0.01
HSL 37.34º 0.96% 0.71% -
HSV(B) 37.34º 0.57% 0.99% -
XYZ 63.1 62.19 23.15 -
YUV 204 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 252 198 109 0 0.21 0.57 0.01 37.34 0.96 0.71
Hex FC C6 6D 0 15 39 1 25 60 47
Octal 374 306 155 0 25 71 1 45 140 107
Binary 11111100 11000110 1101101 0 10101 111001 1 100101 1100000 1000111

Color Harmonies of #FCC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC66D

Black with #FCC66D

Text Example


Text Example

White with #FCC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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