#F3C15E

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

Shades of Cream Can #F3C15E

Tints of Cream Can #F3C15E

Color information

#F3C15E (or 0xF3C15E) is unknown color: approx Cream Can. HEX triplet: F3, C1 and 5E. RGB value is (243,193,94). Sum of RGB (Red+Green+Blue) = 243+193+94=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C15E is #0C3EA1. Grayscale: #C5C5C5. Windows color (decimal): -802466 or 6210035. OLE color: 6210035.

HSL color Cylindrical-coordinate representation of color #F3C15E: hue angle of 39.87º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3C15E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24319394-
CMYK00.210.610.05
HSL39.87º86.13%66.08%-
HSV(B)39.87º61.32%95.29%-
XYZ58.055818.73-
YUV196.6670.06161.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.85%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 94 (37.11% from 255) = 17.74%
R=45.85%
G=36.42%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431939400.210.610.0539.8786.1366.08
HexF3C15E0153D5285642
Octal36330113602575550126102
Binary1111001111000001101111001010111110110110100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C15E; }

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

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

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

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

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

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

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

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