Html Css Color HEX #F6C768 Grandis

📋 copy color: '#F6C768'

red 246 ◦ green 199 ◦ blue 104

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

Shades of Grandis #F6C768

Tints of Grandis #F6C768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.94%

R = 44.81%
G = 36.25%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F6C768 (or 0xF6C768) is known color: Grandis. HEX triplet: F6, C7 and 68. RGB value is (246,199,104). Sum of RGB (Red+Green+Blue) = 246+199+104=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C768 is #093897. Grayscale: #CACACA. Windows color (decimal): -604312 or 6866934. OLE color: 6866934.

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

Color convert

RGB 246 199 104 -
CMYK 0 0.19 0.58 0.04
HSL 40.14º 0.89% 0.69% -
HSV(B) 40.14º 0.58% 0.96% -
XYZ 60.93 61.44 21.74 -
YUV 202.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 246 199 104 0 0.19 0.58 0.04 40.14 0.89 0.69
Hex F6 C7 68 0 13 3A 4 28 59 45
Octal 366 307 150 0 23 72 4 50 131 105
Binary 11110110 11000111 1101000 0 10011 111010 100 101000 1011001 1000101

Color Harmonies of #F6C768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C768

Black with #F6C768

Text Example


Text Example

White with #F6C768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C768; }

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

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

background-color css

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

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

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

border-color css

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

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

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