#F7C145

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

Shades of Cream Can #F7C145

Tints of Cream Can #F7C145

Color information

#F7C145 (or 0xF7C145) is unknown color: approx Cream Can. HEX triplet: F7, C1 and 45. RGB value is (247,193,69). Sum of RGB (Red+Green+Blue) = 247+193+69=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C145 is #083EBA. Grayscale: #C3C3C3. Windows color (decimal): -540347 or 4571639. OLE color: 4571639.

HSL color Cylindrical-coordinate representation of color #F7C145: hue angle of 41.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7C145 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB24719369-
CMYK00.220.720.03
HSL41.8º91.75%61.96%-
HSV(B)41.8º72.06%96.86%-
XYZ58.558.3413.81-
YUV195.0156.89165.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 69 (27.34% from 255) = 13.56%
R=48.53%
G=37.92%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471936900.220.720.0341.891.7561.96
HexF7C1450164832a5c3e
Octal36730110502611035213476
Binary111101111100000110001010101101001000111010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C145; }

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

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

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

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

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

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

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

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