Html Css Color HEX #FCC66E Grandis

📋 copy color: '#FCC66E'

red 252 ◦ green 198 ◦ blue 110

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

Shades of Grandis #FCC66E

Tints of Grandis #FCC66E

RGB

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

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

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

R = 45%
G = 35.36%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC66E (or 0xFCC66E) is known color: Grandis. HEX triplet: FC, C6 and 6E. RGB value is (252,198,110). Sum of RGB (Red+Green+Blue) = 252+198+110=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC66E is #033991. Grayscale: #CCCCCC. Windows color (decimal): -211346 or 7259900. OLE color: 7259900.

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

Color convert

RGB 252 198 110 -
CMYK 0 0.21 0.56 0.01
HSL 37.18º 0.96% 0.71% -
HSV(B) 37.18º 0.56% 0.99% -
XYZ 63.15 62.21 23.43 -
YUV 204.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 252 198 110 0 0.21 0.56 0.01 37.18 0.96 0.71
Hex FC C6 6E 0 15 38 1 25 60 47
Octal 374 306 156 0 25 70 1 45 140 107
Binary 11111100 11000110 1101110 0 10101 111000 1 100101 1100000 1000111

Color Harmonies of #FCC66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC66E

Black with #FCC66E

Text Example


Text Example

White with #FCC66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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