Html Css Color HEX #FCC76F Grandis

📋 copy color: '#FCC76F'

red 252 ◦ green 199 ◦ blue 111

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

Shades of Grandis #FCC76F

Tints of Grandis #FCC76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.75%

R = 44.84%
G = 35.41%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC76F (or 0xFCC76F) is known color: Grandis. HEX triplet: FC, C7 and 6F. RGB value is (252,199,111). Sum of RGB (Red+Green+Blue) = 252+199+111=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC76F is #033890. Grayscale: #CDCDCD. Windows color (decimal): -211089 or 7325692. OLE color: 7325692.

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

Color convert

RGB 252 199 111 -
CMYK 0 0.21 0.56 0.01
HSL 37.45º 0.96% 0.71% -
HSV(B) 37.45º 0.56% 0.99% -
XYZ 63.44 62.69 23.8 -
YUV 204.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 252 199 111 0 0.21 0.56 0.01 37.45 0.96 0.71
Hex FC C7 6F 0 15 38 1 25 60 47
Octal 374 307 157 0 25 70 1 45 140 107
Binary 11111100 11000111 1101111 0 10101 111000 1 100101 1100000 1000111

Color Harmonies of #FCC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC76F

Black with #FCC76F

Text Example


Text Example

White with #FCC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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