#F5C461

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

Shades of Cream Can #F5C461

Tints of Cream Can #F5C461

Color information

#F5C461 (or 0xF5C461) is unknown color: approx Cream Can. HEX triplet: F5, C4 and 61. RGB value is (245,196,97). Sum of RGB (Red+Green+Blue) = 245+196+97=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C461 is #0A3B9E. Grayscale: #C7C7C7. Windows color (decimal): -670623 or 6407413. OLE color: 6407413.

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

Color convert

RGB24519697-
CMYK00.20.600.04
HSL40.14º88.1%67.06%-
HSV(B)40.14º60.41%96.08%-
XYZ59.5559.7619.7-
YUV199.3670.23160.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=45.54%
G=36.43%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451969700.20.600.0440.1488.167.06
HexF5C4610143C4285843
Octal36530414102474450130103
Binary1111010111000100110000101010011110010010100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C461; }

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

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

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

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

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

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

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

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