#F5C145

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

Shades of Cream Can #F5C145

Tints of Cream Can #F5C145

Color information

#F5C145 (or 0xF5C145) is unknown color: approx Cream Can. HEX triplet: F5, C1 and 45. RGB value is (245,193,69). Sum of RGB (Red+Green+Blue) = 245+193+69=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C145 is #0A3EBA. Grayscale: #C2C2C2. Windows color (decimal): -671419 or 4571637. OLE color: 4571637.

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

Color convert

RGB24519369-
CMYK00.210.720.04
HSL42.27º89.8%61.57%-
HSV(B)42.27º71.84%96.08%-
XYZ57.857.9813.78-
YUV194.4157.23164.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 69 (27.34% from 255) = 13.61%
R=48.32%
G=38.07%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451936900.210.720.0442.2789.861.57
HexF5C1450154842a5a3e
Octal36530110502511045213276
Binary1111010111000001100010101010110010001001010101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C145; }

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

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

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

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

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

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

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

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