#F0CB7D

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

Shades of Marzipan #F0CB7D

Tints of Marzipan #F0CB7D

Color information

#F0CB7D (or 0xF0CB7D) is unknown color: approx Marzipan. HEX triplet: F0, CB and 7D. RGB value is (240,203,125). Sum of RGB (Red+Green+Blue) = 240+203+125=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB7D is #0F3482. Grayscale: #CDCDCD. Windows color (decimal): -996483 or 8244208. OLE color: 8244208.

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

Color convert

RGB240203125-
CMYK00.150.480.06
HSL40.7º79.31%71.57%-
HSV(B)40.7º47.92%94.12%-
XYZ60.9962.7228.29-
YUV205.1782.76152.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=42.25%
G=35.74%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020312500.150.480.0640.779.3171.57
HexF0CB7D0F306294f48
Octal36031317501760651117110
Binary111100001100101111111010111111000011010100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB7D; }

 p { color: rgb(240,203,125); }

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

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

 a { background-color: rgb(240,203,125); }

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

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

 span { border-color: rgb(240,203,125); }

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