Html Css Color HEX #FCC670 Grandis

📋 copy color: '#FCC670'

red 252 ◦ green 198 ◦ blue 112

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

Shades of Grandis #FCC670

Tints of Grandis #FCC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

 BLUE value IS 112 (44.14% from 255) = 19.93%

R = 44.84%
G = 35.23%
B = 19.93%

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

#FCC670 (or 0xFCC670) is known color: Grandis. HEX triplet: FC, C6 and 70. RGB value is (252,198,112). Sum of RGB (Red+Green+Blue) = 252+198+112=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC670 is #03398F. Grayscale: #CCCCCC. Windows color (decimal): -211344 or 7390972. OLE color: 7390972.

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

Color convert

RGB 252 198 112 -
CMYK 0 0.21 0.56 0.01
HSL 36.86º 0.96% 0.71% -
HSV(B) 36.86º 0.56% 0.99% -
XYZ 63.26 62.25 24.01 -
YUV 204.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 252 198 112 0 0.21 0.56 0.01 36.86 0.96 0.71
Hex FC C6 70 0 15 38 1 25 60 47
Octal 374 306 160 0 25 70 1 45 140 107
Binary 11111100 11000110 1110000 0 10101 111000 1 100101 1100000 1000111

Color Harmonies of #FCC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC670

Black with #FCC670

Text Example


Text Example

White with #FCC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC670; }

 p { color: rgb(252,198,112); }

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

background-color css

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

 a { background-color: rgb(252,198,112); }

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

border-color css

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

 span { border-color: rgb(252,198,112); }

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