#F6C748

Color #F6C748 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F6C748

Tints of Cream Can #F6C748

Color information

#F6C748 (or 0xF6C748) is unknown color: approx Cream Can. HEX triplet: F6, C7 and 48. RGB value is (246,199,72). Sum of RGB (Red+Green+Blue) = 246+199+72=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C748 is #0938B7. Grayscale: #C7C7C7. Windows color (decimal): -604344 or 4769782. OLE color: 4769782.

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

Color convert

RGB24619972-
CMYK00.190.710.04
HSL43.79º90.62%62.35%-
HSV(B)43.79º70.73%96.47%-
XYZ59.660.9114.75-
YUV198.5856.57161.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 72 (28.52% from 255) = 13.93%
R=47.58%
G=38.49%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461997200.190.710.0443.7990.6262.35
HexF6C7480134742c5b3e
Octal36630711002310745413376
Binary1111011011000111100100001001110001111001011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C748; }

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

 H1.HeaderClassName
 {
   color: #F6C748;
 }
 .AnyTagClassName
 {
   color: #F6C748;
 }
</style>
background-color css

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

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

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

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

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

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