Html Css Color HEX #F6C770 Grandis

📋 copy color: '#F6C770'

red 246 ◦ green 199 ◦ blue 112

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

Shades of Grandis #F6C770

Tints of Grandis #F6C770

RGB

 RED value IS 246 (96.48% from 255) = 44.17%

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

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

R = 44.17%
G = 35.73%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6C770 (or 0xF6C770) is known color: Grandis. HEX triplet: F6, C7 and 70. RGB value is (246,199,112). Sum of RGB (Red+Green+Blue) = 246+199+112=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C770 is #09388F. Grayscale: #CBCBCB. Windows color (decimal): -604304 or 7391222. OLE color: 7391222.

HSL color Cylindrical-coordinate representation of color #F6C770: hue angle of 38.96º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6C770 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 199 112 -
CMYK 0 0.19 0.54 0.04
HSL 38.96º 0.88% 0.7% -
HSV(B) 38.96º 0.54% 0.96% -
XYZ 61.35 61.61 23.99 -
YUV 203.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 246 199 112 0 0.19 0.54 0.04 38.96 0.88 0.7
Hex F6 C7 70 0 13 36 4 27 58 46
Octal 366 307 160 0 23 66 4 47 130 106
Binary 11110110 11000111 1110000 0 10011 110110 100 100111 1011000 1000110

Color Harmonies of #F6C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C770

Black with #F6C770

Text Example


Text Example

White with #F6C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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