Html Css Color HEX #FCC56F Grandis

📋 copy color: '#FCC56F'

red 252 ◦ green 197 ◦ blue 111

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

Shades of Grandis #FCC56F

Tints of Grandis #FCC56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.82%

R = 45%
G = 35.18%
B = 19.82%

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

#FCC56F (or 0xFCC56F) is known color: Grandis. HEX triplet: FC, C5 and 6F. RGB value is (252,197,111). Sum of RGB (Red+Green+Blue) = 252+197+111=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC56F is #033A90. Grayscale: #CCCCCC. Windows color (decimal): -211601 or 7325180. OLE color: 7325180.

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

Color convert

RGB 252 197 111 -
CMYK 0 0.22 0.56 0.01
HSL 36.6º 0.96% 0.71% -
HSV(B) 36.6º 0.56% 0.99% -
XYZ 62.98 61.78 23.64 -
YUV 203.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 252 197 111 0 0.22 0.56 0.01 36.6 0.96 0.71
Hex FC C5 6F 0 16 38 1 25 60 47
Octal 374 305 157 0 26 70 1 45 140 107
Binary 11111100 11000101 1101111 0 10110 111000 1 100101 1100000 1000111

Color Harmonies of #FCC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC56F

Black with #FCC56F

Text Example


Text Example

White with #FCC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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