Html Css Color HEX #FCC666 Grandis

📋 copy color: '#FCC666'

red 252 ◦ green 198 ◦ blue 102

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

Shades of Grandis #FCC666

Tints of Grandis #FCC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.48%

R = 45.65%
G = 35.87%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC666 (or 0xFCC666) is known color: Grandis. HEX triplet: FC, C6 and 66. RGB value is (252,198,102). Sum of RGB (Red+Green+Blue) = 252+198+102=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC666 is #033999. Grayscale: #CBCBCB. Windows color (decimal): -211354 or 6735612. OLE color: 6735612.

HSL color Cylindrical-coordinate representation of color #FCC666: hue angle of 38.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC666 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 102 -
CMYK 0 0.21 0.60 0.01
HSL 38.4º 0.96% 0.69% -
HSV(B) 38.4º 0.6% 0.99% -
XYZ 62.74 62.04 21.24 -
YUV 203.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 252 198 102 0 0.21 0.60 0.01 38.4 0.96 0.69
Hex FC C6 66 0 15 3C 1 26 60 45
Octal 374 306 146 0 25 74 1 46 140 105
Binary 11111100 11000110 1100110 0 10101 111100 1 100110 1100000 1000101

Color Harmonies of #FCC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC666

Black with #FCC666

Text Example


Text Example

White with #FCC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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