Html Css Color HEX #F6C96C Grandis

📋 copy color: '#F6C96C'

red 246 ◦ green 201 ◦ blue 108

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

Shades of Grandis #F6C96C

Tints of Grandis #F6C96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 44.32%
G = 36.22%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6C96C (or 0xF6C96C) is known color: Grandis. HEX triplet: F6, C9 and 6C. RGB value is (246,201,108). Sum of RGB (Red+Green+Blue) = 246+201+108=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C96C is #093693. Grayscale: #CCCCCC. Windows color (decimal): -603796 or 7129590. OLE color: 7129590.

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

Color convert

RGB 246 201 108 -
CMYK 0 0.18 0.56 0.04
HSL 40.43º 0.88% 0.69% -
HSV(B) 40.43º 0.56% 0.96% -
XYZ 61.6 62.45 22.99 -
YUV 203.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 246 201 108 0 0.18 0.56 0.04 40.43 0.88 0.69
Hex F6 C9 6C 0 12 38 4 28 58 45
Octal 366 311 154 0 22 70 4 50 130 105
Binary 11110110 11001001 1101100 0 10010 111000 100 101000 1011000 1000101

Color Harmonies of #F6C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C96C

Black with #F6C96C

Text Example


Text Example

White with #F6C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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