#F3C05E

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

Shades of Cream Can #F3C05E

Tints of Cream Can #F3C05E

Color information

#F3C05E (or 0xF3C05E) is unknown color: approx Cream Can. HEX triplet: F3, C0 and 5E. RGB value is (243,192,94). Sum of RGB (Red+Green+Blue) = 243+192+94=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C05E is #0C3FA1. Grayscale: #C4C4C4. Windows color (decimal): -802722 or 6209779. OLE color: 6209779.

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

Color convert

RGB24319294-
CMYK00.210.610.05
HSL39.46º86.13%66.08%-
HSV(B)39.46º61.32%95.29%-
XYZ57.8357.5618.65-
YUV196.0870.4161.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.94%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 94 (37.11% from 255) = 17.77%
R=45.94%
G=36.29%
B=17.77%

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
Decimal2431929400.210.610.0539.4686.1366.08
HexF3C05E0153D5275642
Octal36330013602575547126102
Binary1111001111000000101111001010111110110110011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C05E; }

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

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

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

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

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

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

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

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