#F4C155

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

Shades of Cream Can #F4C155

Tints of Cream Can #F4C155

Color information

#F4C155 (or 0xF4C155) is unknown color: approx Cream Can. HEX triplet: F4, C1 and 55. RGB value is (244,193,85). Sum of RGB (Red+Green+Blue) = 244+193+85=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C155 is #0B3EAA. Grayscale: #C4C4C4. Windows color (decimal): -736939 or 5620212. OLE color: 5620212.

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

Color convert

RGB24419385-
CMYK00.210.650.04
HSL40.75º87.85%64.51%-
HSV(B)40.75º65.16%95.69%-
XYZ58.0258.0316.74-
YUV195.9465.4162.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 85 (33.59% from 255) = 16.28%
R=46.74%
G=36.97%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441938500.210.650.0440.7587.8564.51
HexF4C155015414295841
Octal364301125025101451130101
Binary11110100110000011010101010101100000110010100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C155; }

 p { color: rgb(244,193,85); }

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

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

 a { background-color: rgb(244,193,85); }

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

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

 span { border-color: rgb(244,193,85); }

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