Html Css Color HEX #F6C56F Grandis

📋 copy color: '#F6C56F'

red 246 ◦ green 197 ◦ blue 111

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

Shades of Grandis #F6C56F

Tints of Grandis #F6C56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 111 (43.75% from 255) = 20.04%

R = 44.4%
G = 35.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6C56F (or 0xF6C56F) is known color: Grandis. HEX triplet: F6, C5 and 6F. RGB value is (246,197,111). Sum of RGB (Red+Green+Blue) = 246+197+111=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C56F is #093A90. Grayscale: #CACACA. Windows color (decimal): -604817 or 7325174. OLE color: 7325174.

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

Color convert

RGB 246 197 111 -
CMYK 0 0.20 0.55 0.04
HSL 38.22º 0.88% 0.7% -
HSV(B) 38.22º 0.55% 0.96% -
XYZ 60.84 60.67 23.54 -
YUV 201.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 246 197 111 0 0.20 0.55 0.04 38.22 0.88 0.7
Hex F6 C5 6F 0 14 37 4 26 58 46
Octal 366 305 157 0 24 67 4 46 130 106
Binary 11110110 11000101 1101111 0 10100 110111 100 100110 1011000 1000110

Color Harmonies of #F6C56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C56F

Black with #F6C56F

Text Example


Text Example

White with #F6C56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C56F; }

 p { color: rgb(246,197,111); }

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

background-color css

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

 a { background-color: rgb(246,197,111); }

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

border-color css

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

 span { border-color: rgb(246,197,111); }

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