#F0C97F

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

Shades of Marzipan #F0C97F

Tints of Marzipan #F0C97F

Color information

#F0C97F (or 0xF0C97F) is unknown color: approx Marzipan. HEX triplet: F0, C9 and 7F. RGB value is (240,201,127). Sum of RGB (Red+Green+Blue) = 240+201+127=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C97F is #0F3680. Grayscale: #CCCCCC. Windows color (decimal): -996993 or 8374768. OLE color: 8374768.

HSL color Cylindrical-coordinate representation of color #F0C97F: hue angle of 39.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0C97F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240201127-
CMYK00.160.470.06
HSL39.29º79.02%71.96%-
HSV(B)39.29º47.08%94.12%-
XYZ60.6561.8328.82-
YUV204.2284.42153.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 201 (78.91% from 255) = 35.39%
BLUE value IS 127 (50% from 255) = 22.36%
R=42.25%
G=35.39%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020112700.160.470.0639.2979.0271.96
HexF0C97F0102F6274f48
Octal36031117702057647117110
Binary1111000011001001111111101000010111111010011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C97F; }

 p { color: rgb(240,201,127); }

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

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

 a { background-color: rgb(240,201,127); }

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

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

 span { border-color: rgb(240,201,127); }

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