Html Css Color HEX #F6C656 Cream Can

📋 copy color: '#F6C656'

red 246 ◦ green 198 ◦ blue 86

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

Shades of Cream Can #F6C656

Tints of Cream Can #F6C656

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.36%

 BLUE value IS 86 (33.98% from 255) = 16.23%

R = 46.42%
G = 37.36%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F6C656 (or 0xF6C656) is known color: Cream Can. HEX triplet: F6, C6 and 56. RGB value is (246,198,86). Sum of RGB (Red+Green+Blue) = 246+198+86=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C656 is #0939A9. Grayscale: #C8C8C8. Windows color (decimal): -604586 or 5687030. OLE color: 5687030.

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

Color convert

RGB 246 198 86 -
CMYK 0 0.20 0.65 0.04
HSL 42º 0.9% 0.65% -
HSV(B) 42º 0.65% 0.96% -
XYZ 59.88 60.65 17.36 -
YUV 199.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 246 198 86 0 0.20 0.65 0.04 42 0.9 0.65
Hex F6 C6 56 0 14 41 4 2A 5A 41
Octal 366 306 126 0 24 101 4 52 132 101
Binary 11110110 11000110 1010110 0 10100 1000001 100 101010 1011010 1000001

Color Harmonies of #F6C656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C656

Black with #F6C656

Text Example


Text Example

White with #F6C656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C656; }

 p { color: rgb(246,198,86); }

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

background-color css

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

 a { background-color: rgb(246,198,86); }

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

border-color css

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

 span { border-color: rgb(246,198,86); }

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