Html Css Color HEX #FCC76B Grandis

📋 copy color: '#FCC76B'

red 252 ◦ green 199 ◦ blue 107

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

Shades of Grandis #FCC76B

Tints of Grandis #FCC76B

RGB

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

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

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

R = 45.16%
G = 35.66%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC76B (or 0xFCC76B) is known color: Grandis. HEX triplet: FC, C7 and 6B. RGB value is (252,199,107). Sum of RGB (Red+Green+Blue) = 252+199+107=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC76B is #033894. Grayscale: #CCCCCC. Windows color (decimal): -211093 or 7063548. OLE color: 7063548.

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

Color convert

RGB 252 199 107 -
CMYK 0 0.21 0.58 0.01
HSL 38.07º 0.96% 0.7% -
HSV(B) 38.07º 0.58% 0.99% -
XYZ 63.22 62.6 22.66 -
YUV 204.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 252 199 107 0 0.21 0.58 0.01 38.07 0.96 0.7
Hex FC C7 6B 0 15 3A 1 26 60 46
Octal 374 307 153 0 25 72 1 46 140 106
Binary 11111100 11000111 1101011 0 10101 111010 1 100110 1100000 1000110

Color Harmonies of #FCC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC76B

Black with #FCC76B

Text Example


Text Example

White with #FCC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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