Html Css Color HEX #F6C86D Grandis

📋 copy color: '#F6C86D'

red 246 ◦ green 200 ◦ blue 109

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

Shades of Grandis #F6C86D

Tints of Grandis #F6C86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 44.32%
G = 36.04%
B = 19.64%

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

#F6C86D (or 0xF6C86D) is known color: Grandis. HEX triplet: F6, C8 and 6D. RGB value is (246,200,109). Sum of RGB (Red+Green+Blue) = 246+200+109=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C86D is #093792. Grayscale: #CBCBCB. Windows color (decimal): -604051 or 7194870. OLE color: 7194870.

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

Color convert

RGB 246 200 109 -
CMYK 0 0.19 0.56 0.04
HSL 39.85º 0.88% 0.7% -
HSV(B) 39.85º 0.56% 0.96% -
XYZ 61.42 62.01 23.2 -
YUV 203.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 246 200 109 0 0.19 0.56 0.04 39.85 0.88 0.7
Hex F6 C8 6D 0 13 38 4 28 58 46
Octal 366 310 155 0 23 70 4 50 130 106
Binary 11110110 11001000 1101101 0 10011 111000 100 101000 1011000 1000110

Color Harmonies of #F6C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C86D

Black with #F6C86D

Text Example


Text Example

White with #F6C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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