Html Css Color HEX #FCC56E Grandis

📋 copy color: '#FCC56E'

red 252 ◦ green 197 ◦ blue 110

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

Shades of Grandis #FCC56E

Tints of Grandis #FCC56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 45.08%
G = 35.24%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC56E (or 0xFCC56E) is known color: Grandis. HEX triplet: FC, C5 and 6E. RGB value is (252,197,110). Sum of RGB (Red+Green+Blue) = 252+197+110=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC56E is #033A91. Grayscale: #CBCBCB. Windows color (decimal): -211602 or 7259644. OLE color: 7259644.

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

Color convert

RGB 252 197 110 -
CMYK 0 0.22 0.56 0.01
HSL 36.76º 0.96% 0.71% -
HSV(B) 36.76º 0.56% 0.99% -
XYZ 62.93 61.75 23.35 -
YUV 203.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 252 197 110 0 0.22 0.56 0.01 36.76 0.96 0.71
Hex FC C5 6E 0 16 38 1 25 60 47
Octal 374 305 156 0 26 70 1 45 140 107
Binary 11111100 11000101 1101110 0 10110 111000 1 100101 1100000 1000111

Color Harmonies of #FCC56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC56E

Black with #FCC56E

Text Example


Text Example

White with #FCC56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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