#F0C47A

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

Shades of Marzipan #F0C47A

Tints of Marzipan #F0C47A

Color information

#F0C47A (or 0xF0C47A) is unknown color: approx Marzipan. HEX triplet: F0, C4 and 7A. RGB value is (240,196,122). Sum of RGB (Red+Green+Blue) = 240+196+122=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C47A is #0F3B85. Grayscale: #C9C9C9. Windows color (decimal): -998278 or 8045808. OLE color: 8045808.

HSL color Cylindrical-coordinate representation of color #F0C47A: hue angle of 37.63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0C47A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240196122-
CMYK00.180.490.06
HSL37.63º79.73%70.98%-
HSV(B)37.63º49.17%94.12%-
XYZ59.1959.4126.76-
YUV200.7283.58156.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 122 (48.05% from 255) = 21.86%
R=43.01%
G=35.13%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019612200.180.490.0637.6379.7370.98
HexF0C47A012316265047
Octal36030417202261646120107
Binary1111000011000100111101001001011000111010011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C47A; }

 p { color: rgb(240,196,122); }

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

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

 a { background-color: rgb(240,196,122); }

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

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

 span { border-color: rgb(240,196,122); }

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