Html Css Color HEX #F6C348 Cream Can

📋 copy color: '#F6C348'

red 246 ◦ green 195 ◦ blue 72

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

Shades of Cream Can #F6C348

Tints of Cream Can #F6C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 47.95%
G = 38.01%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F6C348 (or 0xF6C348) is known color: Cream Can. HEX triplet: F6, C3 and 48. RGB value is (246,195,72). Sum of RGB (Red+Green+Blue) = 246+195+72=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C348 is #093CB7. Grayscale: #C4C4C4. Windows color (decimal): -605368 or 4768758. OLE color: 4768758.

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

Color convert

RGB 246 195 72 -
CMYK 0 0.21 0.71 0.04
HSL 42.41º 0.91% 0.62% -
HSV(B) 42.41º 0.71% 0.96% -
XYZ 58.69 59.09 14.44 -
YUV 196.23 57.9 163.5 -
System Red Green Blue C M Y K H S L
Decimal 246 195 72 0 0.21 0.71 0.04 42.41 0.91 0.62
Hex F6 C3 48 0 15 47 4 2A 5B 3E
Octal 366 303 110 0 25 107 4 52 133 76
Binary 11110110 11000011 1001000 0 10101 1000111 100 101010 1011011 111110

Color Harmonies of #F6C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C348

Black with #F6C348

Text Example


Text Example

White with #F6C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C348; }

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

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

background-color css

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

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

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

border-color css

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

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

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