Html Css Color HEX #FCC46C Grandis

📋 copy color: '#FCC46C'

red 252 ◦ green 196 ◦ blue 108

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

Shades of Grandis #FCC46C

Tints of Grandis #FCC46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 45.32%
G = 35.25%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC46C (or 0xFCC46C) is known color: Grandis. HEX triplet: FC, C4 and 6C. RGB value is (252,196,108). Sum of RGB (Red+Green+Blue) = 252+196+108=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC46C is #033B93. Grayscale: #CBCBCB. Windows color (decimal): -211860 or 7128316. OLE color: 7128316.

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

Color convert

RGB 252 196 108 -
CMYK 0 0.22 0.57 0.01
HSL 36.67º 0.96% 0.71% -
HSV(B) 36.67º 0.57% 0.99% -
XYZ 62.59 61.26 22.71 -
YUV 202.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 252 196 108 0 0.22 0.57 0.01 36.67 0.96 0.71
Hex FC C4 6C 0 16 39 1 25 60 47
Octal 374 304 154 0 26 71 1 45 140 107
Binary 11111100 11000100 1101100 0 10110 111001 1 100101 1100000 1000111

Color Harmonies of #FCC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC46C

Black with #FCC46C

Text Example


Text Example

White with #FCC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC46C; }

 p { color: rgb(252,196,108); }

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

background-color css

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

 a { background-color: rgb(252,196,108); }

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

border-color css

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

 span { border-color: rgb(252,196,108); }

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