#F5C462

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

Shades of Cream Can #F5C462

Tints of Cream Can #F5C462

Color information

#F5C462 (or 0xF5C462) is unknown color: approx Cream Can. HEX triplet: F5, C4 and 62. RGB value is (245,196,98). Sum of RGB (Red+Green+Blue) = 245+196+98=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C462 is #0A3B9D. Grayscale: #C7C7C7. Windows color (decimal): -670622 or 6472949. OLE color: 6472949.

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

Color convert

RGB24519698-
CMYK00.20.60.04
HSL40º88.02%67.25%-
HSV(B)40º60%96.08%-
XYZ59.659.7719.95-
YUV199.4870.73160.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451969800.20.60.044088.0267.25
HexF5C4620143C4285843
Octal36530414202474450130103
Binary1111010111000100110001001010011110010010100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C462; }

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

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

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

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

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

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

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

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