#F5C15E

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

Shades of Cream Can #F5C15E

Tints of Cream Can #F5C15E

Color information

#F5C15E (or 0xF5C15E) is unknown color: approx Cream Can. HEX triplet: F5, C1 and 5E. RGB value is (245,193,94). Sum of RGB (Red+Green+Blue) = 245+193+94=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C15E is #0A3EA1. Grayscale: #C5C5C5. Windows color (decimal): -671394 or 6210037. OLE color: 6210037.

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

Color convert

RGB24519394-
CMYK00.210.620.04
HSL39.34º88.3%66.47%-
HSV(B)39.34º61.63%96.08%-
XYZ58.7558.3618.76-
YUV197.2669.73162.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 94 (37.11% from 255) = 17.67%
R=46.05%
G=36.28%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451939400.210.620.0439.3488.366.47
HexF5C15E0153E4275842
Octal36530113602576447130102
Binary1111010111000001101111001010111111010010011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C15E; }

 p { color: rgb(245,193,94); }

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

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

 a { background-color: rgb(245,193,94); }

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

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

 span { border-color: rgb(245,193,94); }

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