#F5C361

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

Shades of Cream Can #F5C361

Tints of Cream Can #F5C361

Color information

#F5C361 (or 0xF5C361) is unknown color: approx Cream Can. HEX triplet: F5, C3 and 61. RGB value is (245,195,97). Sum of RGB (Red+Green+Blue) = 245+195+97=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C361 is #0A3C9E. Grayscale: #C7C7C7. Windows color (decimal): -670879 or 6407157. OLE color: 6407157.

HSL color Cylindrical-coordinate representation of color #F5C361: hue angle of 39.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C361 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24519597-
CMYK00.200.600.04
HSL39.73º88.1%67.06%-
HSV(B)39.73º60.41%96.08%-
XYZ59.3359.3119.63-
YUV198.7870.56160.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=45.62%
G=36.31%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451959700.200.600.0439.7388.167.06
HexF5C3610143C4285843
Octal36530314102474450130103
Binary1111010111000011110000101010011110010010100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C361; }

 p { color: rgb(245,195,97); }

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

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

 a { background-color: rgb(245,195,97); }

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

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

 span { border-color: rgb(245,195,97); }

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