#F0C17A

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

Shades of Marzipan #F0C17A

Tints of Marzipan #F0C17A

Color information

#F0C17A (or 0xF0C17A) is unknown color: approx Marzipan. HEX triplet: F0, C1 and 7A. RGB value is (240,193,122). Sum of RGB (Red+Green+Blue) = 240+193+122=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C17A is #0F3E85. Grayscale: #C7C7C7. Windows color (decimal): -999046 or 8045040. OLE color: 8045040.

HSL color Cylindrical-coordinate representation of color #F0C17A: hue angle of 36.1º 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 #F0C17A is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240193122-
CMYK00.200.490.06
HSL36.1º79.73%70.98%-
HSV(B)36.1º49.17%94.12%-
XYZ58.5258.0726.54-
YUV198.9684.57157.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=43.24%
G=34.77%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019312200.200.490.0636.179.7370.98
HexF0C17A014316245047
Octal36030117202461644120107
Binary1111000011000001111101001010011000111010010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C17A; }

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

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

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

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

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

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

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

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