Html Css Color HEX #FCD66E Grandis

📋 copy color: '#FCD66E'

red 252 ◦ green 214 ◦ blue 110

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

Shades of Grandis #FCD66E

Tints of Grandis #FCD66E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 110 (43.36% from 255) = 19.1%

R = 43.75%
G = 37.15%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD66E (or 0xFCD66E) is known color: Grandis. HEX triplet: FC, D6 and 6E. RGB value is (252,214,110). Sum of RGB (Red+Green+Blue) = 252+214+110=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD66E is #032991. Grayscale: #D5D5D5. Windows color (decimal): -207250 or 7263996. OLE color: 7263996.

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

Color convert

RGB 252 214 110 -
CMYK 0 0.15 0.56 0.01
HSL 43.94º 0.96% 0.71% -
HSV(B) 43.94º 0.56% 0.99% -
XYZ 67.01 69.91 24.72 -
YUV 213.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 252 214 110 0 0.15 0.56 0.01 43.94 0.96 0.71
Hex FC D6 6E 0 F 38 1 2C 60 47
Octal 374 326 156 0 17 70 1 54 140 107
Binary 11111100 11010110 1101110 0 1111 111000 1 101100 1100000 1000111

Color Harmonies of #FCD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD66E

Black with #FCD66E

Text Example


Text Example

White with #FCD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD66E; }

 p { color: rgb(252,214,110); }

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

background-color css

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

 a { background-color: rgb(252,214,110); }

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

border-color css

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

 span { border-color: rgb(252,214,110); }

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