#F4C255

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

Shades of Cream Can #F4C255

Tints of Cream Can #F4C255

Color information

#F4C255 (or 0xF4C255) is unknown color: approx Cream Can. HEX triplet: F4, C2 and 55. RGB value is (244,194,85). Sum of RGB (Red+Green+Blue) = 244+194+85=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C255 is #0B3DAA. Grayscale: #C5C5C5. Windows color (decimal): -736683 or 5620468. OLE color: 5620468.

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

Color convert

RGB24419485-
CMYK00.200.650.04
HSL41.13º87.85%64.51%-
HSV(B)41.13º65.16%95.69%-
XYZ58.2458.4716.81-
YUV196.5265.06161.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 85 (33.59% from 255) = 16.25%
R=46.65%
G=37.09%
B=16.25%

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
Decimal2441948500.200.650.0441.1387.8564.51
HexF4C255014414295841
Octal364302125024101451130101
Binary11110100110000101010101010100100000110010100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C255; }

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

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

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

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

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

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

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

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