#F4C256

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

Shades of Cream Can #F4C256

Tints of Cream Can #F4C256

Color information

#F4C256 (or 0xF4C256) is unknown color: approx Cream Can. HEX triplet: F4, C2 and 56. RGB value is (244,194,86). Sum of RGB (Red+Green+Blue) = 244+194+86=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C256 is #0B3DA9. Grayscale: #C5C5C5. Windows color (decimal): -736682 or 5686004. OLE color: 5686004.

HSL color Cylindrical-coordinate representation of color #F4C256: hue angle of 41.01º degrees, saturation: 0.88, 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 #F4C256 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24419486-
CMYK00.200.650.04
HSL41.01º87.78%64.71%-
HSV(B)41.01º64.75%95.69%-
XYZ58.2858.4917.02-
YUV196.6465.56161.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 86 (33.98% from 255) = 16.41%
R=46.56%
G=37.02%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441948600.200.650.0441.0187.7864.71
HexF4C256014414295841
Octal364302126024101451130101
Binary11110100110000101010110010100100000110010100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C256; }

 p { color: rgb(244,194,86); }

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

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

 a { background-color: rgb(244,194,86); }

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

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

 span { border-color: rgb(244,194,86); }

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