#F5C342

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

Shades of Cream Can #F5C342

Tints of Cream Can #F5C342

Color information

#F5C342 (or 0xF5C342) is unknown color: approx Cream Can. HEX triplet: F5, C3 and 42. RGB value is (245,195,66). Sum of RGB (Red+Green+Blue) = 245+195+66=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C342 is #0A3CBD. Grayscale: #C3C3C3. Windows color (decimal): -670910 or 4375541. OLE color: 4375541.

HSL color Cylindrical-coordinate representation of color #F5C342: hue angle of 43.24º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5C342 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24519566-
CMYK00.200.730.04
HSL43.24º89.95%60.98%-
HSV(B)43.24º73.06%96.08%-
XYZ58.1558.8413.45-
YUV195.2455.06163.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 66 (26.17% from 255) = 13.04%
R=48.42%
G=38.54%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451956600.200.730.0443.2489.9560.98
HexF5C3420144942b5a3d
Octal36530310202411145313275
Binary1111010111000011100001001010010010011001010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C342; }

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

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

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

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

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

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

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

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