Html Css Color HEX #FCCE76 Grandis

📋 copy color: '#FCCE76'

red 252 ◦ green 206 ◦ blue 118

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

Shades of Grandis #FCCE76

Tints of Grandis #FCCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 118 (46.48% from 255) = 20.49%

R = 43.75%
G = 35.76%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCCE76 (or 0xFCCE76) is known color: Grandis. HEX triplet: FC, CE and 76. RGB value is (252,206,118). Sum of RGB (Red+Green+Blue) = 252+206+118=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE76 is #033189. Grayscale: #D2D2D2. Windows color (decimal): -209290 or 7786236. OLE color: 7786236.

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

Color convert

RGB 252 206 118 -
CMYK 0 0.18 0.53 0.01
HSL 39.4º 0.96% 0.73% -
HSV(B) 39.4º 0.53% 0.99% -
XYZ 65.49 66.15 26.46 -
YUV 209.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 252 206 118 0 0.18 0.53 0.01 39.4 0.96 0.73
Hex FC CE 76 0 12 35 1 27 60 49
Octal 374 316 166 0 22 65 1 47 140 111
Binary 11111100 11001110 1110110 0 10010 110101 1 100111 1100000 1001001

Color Harmonies of #FCCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE76

Black with #FCCE76

Text Example


Text Example

White with #FCCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE76; }

 p { color: rgb(252,206,118); }

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

background-color css

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

 a { background-color: rgb(252,206,118); }

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

border-color css

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

 span { border-color: rgb(252,206,118); }

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