Html Css Color HEX #F6C46C Grandis

📋 copy color: '#F6C46C'

red 246 ◦ green 196 ◦ blue 108

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

Shades of Grandis #F6C46C

Tints of Grandis #F6C46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 44.73%
G = 35.64%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6C46C (or 0xF6C46C) is known color: Grandis. HEX triplet: F6, C4 and 6C. RGB value is (246,196,108). Sum of RGB (Red+Green+Blue) = 246+196+108=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C46C is #093B93. Grayscale: #C9C9C9. Windows color (decimal): -605076 or 7128310. OLE color: 7128310.

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

Color convert

RGB 246 196 108 -
CMYK 0 0.20 0.56 0.04
HSL 38.26º 0.88% 0.69% -
HSV(B) 38.26º 0.56% 0.96% -
XYZ 60.45 60.16 22.61 -
YUV 200.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 246 196 108 0 0.20 0.56 0.04 38.26 0.88 0.69
Hex F6 C4 6C 0 14 38 4 26 58 45
Octal 366 304 154 0 24 70 4 46 130 105
Binary 11110110 11000100 1101100 0 10100 111000 100 100110 1011000 1000101

Color Harmonies of #F6C46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C46C

Black with #F6C46C

Text Example


Text Example

White with #F6C46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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