#F1C75C

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

Shades of Cream Can #F1C75C

Tints of Cream Can #F1C75C

Color information

#F1C75C (or 0xF1C75C) is unknown color: approx Cream Can. HEX triplet: F1, C7 and 5C. RGB value is (241,199,92). Sum of RGB (Red+Green+Blue) = 241+199+92=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C75C is #0E38A3. Grayscale: #C7C7C7. Windows color (decimal): -932004 or 6080497. OLE color: 6080497.

HSL color Cylindrical-coordinate representation of color #F1C75C: hue angle of 43.09º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1C75C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24119992-
CMYK00.170.620.05
HSL43.09º84.18%65.29%-
HSV(B)43.09º61.83%94.51%-
XYZ58.6360.3218.68-
YUV199.3667.41157.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=45.30%
G=37.41%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411999200.170.620.0543.0984.1865.29
HexF1C75C0113E52b5441
Octal36130713402176553124101
Binary1111000111000111101110001000111111010110101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C75C; }

 p { color: rgb(241,199,92); }

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

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

 a { background-color: rgb(241,199,92); }

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

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

 span { border-color: rgb(241,199,92); }

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