Html Css Color HEX #FCC76D Grandis

📋 copy color: '#FCC76D'

red 252 ◦ green 199 ◦ blue 109

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

Shades of Grandis #FCC76D

Tints of Grandis #FCC76D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 109 (42.97% from 255) = 19.46%

R = 45%
G = 35.54%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC76D (or 0xFCC76D) is known color: Grandis. HEX triplet: FC, C7 and 6D. RGB value is (252,199,109). Sum of RGB (Red+Green+Blue) = 252+199+109=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC76D is #033892. Grayscale: #CDCDCD. Windows color (decimal): -211091 or 7194620. OLE color: 7194620.

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

Color convert

RGB 252 199 109 -
CMYK 0 0.21 0.57 0.01
HSL 37.76º 0.96% 0.71% -
HSV(B) 37.76º 0.57% 0.99% -
XYZ 63.33 62.65 23.22 -
YUV 204.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 252 199 109 0 0.21 0.57 0.01 37.76 0.96 0.71
Hex FC C7 6D 0 15 39 1 26 60 47
Octal 374 307 155 0 25 71 1 46 140 107
Binary 11111100 11000111 1101101 0 10101 111001 1 100110 1100000 1000111

Color Harmonies of #FCC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC76D

Black with #FCC76D

Text Example


Text Example

White with #FCC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC76D; }

 p { color: rgb(252,199,109); }

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

background-color css

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

 a { background-color: rgb(252,199,109); }

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

border-color css

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

 span { border-color: rgb(252,199,109); }

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