#F5C35D

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

Shades of Cream Can #F5C35D

Tints of Cream Can #F5C35D

Color information

#F5C35D (or 0xF5C35D) is unknown color: approx Cream Can. HEX triplet: F5, C3 and 5D. RGB value is (245,195,93). Sum of RGB (Red+Green+Blue) = 245+195+93=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C35D is #0A3CA2. Grayscale: #C6C6C6. Windows color (decimal): -670883 or 6145013. OLE color: 6145013.

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

Color convert

RGB24519593-
CMYK00.200.620.04
HSL40.26º88.37%66.27%-
HSV(B)40.26º62.04%96.08%-
XYZ59.1559.2318.67-
YUV198.3268.56161.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 93 (36.72% from 255) = 17.45%
R=45.97%
G=36.59%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451959300.200.620.0440.2688.3766.27
HexF5C35D0143E4285842
Octal36530313502476450130102
Binary1111010111000011101110101010011111010010100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C35D; }

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

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

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

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

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

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

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

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