Html Css Color HEX #FCC56B Grandis

📋 copy color: '#FCC56B'

red 252 ◦ green 197 ◦ blue 107

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

Shades of Grandis #FCC56B

Tints of Grandis #FCC56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.24%

R = 45.32%
G = 35.43%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC56B (or 0xFCC56B) is known color: Grandis. HEX triplet: FC, C5 and 6B. RGB value is (252,197,107). Sum of RGB (Red+Green+Blue) = 252+197+107=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC56B is #033A94. Grayscale: #CBCBCB. Windows color (decimal): -211605 or 7063036. OLE color: 7063036.

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

Color convert

RGB 252 197 107 -
CMYK 0 0.22 0.58 0.01
HSL 37.24º 0.96% 0.7% -
HSV(B) 37.24º 0.58% 0.99% -
XYZ 62.76 61.69 22.51 -
YUV 203.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 252 197 107 0 0.22 0.58 0.01 37.24 0.96 0.7
Hex FC C5 6B 0 16 3A 1 25 60 46
Octal 374 305 153 0 26 72 1 45 140 106
Binary 11111100 11000101 1101011 0 10110 111010 1 100101 1100000 1000110

Color Harmonies of #FCC56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC56B

Black with #FCC56B

Text Example


Text Example

White with #FCC56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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