Html Css Color HEX #FCC96C Grandis

📋 copy color: '#FCC96C'

red 252 ◦ green 201 ◦ blue 108

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

Shades of Grandis #FCC96C

Tints of Grandis #FCC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.83%

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

R = 44.92%
G = 35.83%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC96C (or 0xFCC96C) is known color: Grandis. HEX triplet: FC, C9 and 6C. RGB value is (252,201,108). Sum of RGB (Red+Green+Blue) = 252+201+108=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC96C is #033693. Grayscale: #CECECE. Windows color (decimal): -210580 or 7129596. OLE color: 7129596.

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

Color convert

RGB 252 201 108 -
CMYK 0 0.20 0.57 0.01
HSL 38.75º 0.96% 0.71% -
HSV(B) 38.75º 0.57% 0.99% -
XYZ 63.74 63.55 23.09 -
YUV 205.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 252 201 108 0 0.20 0.57 0.01 38.75 0.96 0.71
Hex FC C9 6C 0 14 39 1 27 60 47
Octal 374 311 154 0 24 71 1 47 140 107
Binary 11111100 11001001 1101100 0 10100 111001 1 100111 1100000 1000111

Color Harmonies of #FCC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC96C

Black with #FCC96C

Text Example


Text Example

White with #FCC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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