Html Css Color HEX #F6C86C Grandis

📋 copy color: '#F6C86C'

red 246 ◦ green 200 ◦ blue 108

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

Shades of Grandis #F6C86C

Tints of Grandis #F6C86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

 BLUE value IS 108 (42.58% from 255) = 19.49%

R = 44.4%
G = 36.1%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6C86C (or 0xF6C86C) is known color: Grandis. HEX triplet: F6, C8 and 6C. RGB value is (246,200,108). Sum of RGB (Red+Green+Blue) = 246+200+108=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C86C is #093793. Grayscale: #CBCBCB. Windows color (decimal): -604052 or 7129334. OLE color: 7129334.

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

Color convert

RGB 246 200 108 -
CMYK 0 0.19 0.56 0.04
HSL 40º 0.88% 0.69% -
HSV(B) 40º 0.56% 0.96% -
XYZ 61.37 61.98 22.92 -
YUV 203.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 246 200 108 0 0.19 0.56 0.04 40 0.88 0.69
Hex F6 C8 6C 0 13 38 4 28 58 45
Octal 366 310 154 0 23 70 4 50 130 105
Binary 11110110 11001000 1101100 0 10011 111000 100 101000 1011000 1000101

Color Harmonies of #F6C86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C86C

Black with #F6C86C

Text Example


Text Example

White with #F6C86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C86C; }

 p { color: rgb(246,200,108); }

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

background-color css

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

 a { background-color: rgb(246,200,108); }

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

border-color css

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

 span { border-color: rgb(246,200,108); }

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