Html Css Color HEX #F6C349 Cream Can

📋 copy color: '#F6C349'

red 246 ◦ green 195 ◦ blue 73

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

Shades of Cream Can #F6C349

Tints of Cream Can #F6C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 73 (28.91% from 255) = 14.2%

R = 47.86%
G = 37.94%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6C349 (or 0xF6C349) is known color: Cream Can. HEX triplet: F6, C3 and 49. RGB value is (246,195,73). Sum of RGB (Red+Green+Blue) = 246+195+73=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C349 is #093CB6. Grayscale: #C4C4C4. Windows color (decimal): -605367 or 4834294. OLE color: 4834294.

HSL color Cylindrical-coordinate representation of color #F6C349: hue angle of 42.31º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6C349 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 195 73 -
CMYK 0 0.21 0.70 0.04
HSL 42.31º 0.91% 0.63% -
HSV(B) 42.31º 0.7% 0.96% -
XYZ 58.72 59.1 14.62 -
YUV 196.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 246 195 73 0 0.21 0.70 0.04 42.31 0.91 0.63
Hex F6 C3 49 0 15 46 4 2A 5B 3F
Octal 366 303 111 0 25 106 4 52 133 77
Binary 11110110 11000011 1001001 0 10101 1000110 100 101010 1011011 111111

Color Harmonies of #F6C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C349

Black with #F6C349

Text Example


Text Example

White with #F6C349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C349; }

 p { color: rgb(246,195,73); }

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

background-color css

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

 a { background-color: rgb(246,195,73); }

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

border-color css

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

 span { border-color: rgb(246,195,73); }

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