Html Css Color HEX #FCC770 Grandis

📋 copy color: '#FCC770'

red 252 ◦ green 199 ◦ blue 112

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

Shades of Grandis #FCC770

Tints of Grandis #FCC770

RGB

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

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

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

R = 44.76%
G = 35.35%
B = 19.89%

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

#FCC770 (or 0xFCC770) is known color: Grandis. HEX triplet: FC, C7 and 70. RGB value is (252,199,112). Sum of RGB (Red+Green+Blue) = 252+199+112=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC770 is #03388F. Grayscale: #CDCDCD. Windows color (decimal): -211088 or 7391228. OLE color: 7391228.

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

Color convert

RGB 252 199 112 -
CMYK 0 0.21 0.56 0.01
HSL 37.29º 0.96% 0.71% -
HSV(B) 37.29º 0.56% 0.99% -
XYZ 63.49 62.71 24.09 -
YUV 204.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 252 199 112 0 0.21 0.56 0.01 37.29 0.96 0.71
Hex FC C7 70 0 15 38 1 25 60 47
Octal 374 307 160 0 25 70 1 45 140 107
Binary 11111100 11000111 1110000 0 10101 111000 1 100101 1100000 1000111

Color Harmonies of #FCC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC770

Black with #FCC770

Text Example


Text Example

White with #FCC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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