#F0CB7A

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

Shades of Marzipan #F0CB7A

Tints of Marzipan #F0CB7A

Color information

#F0CB7A (or 0xF0CB7A) is unknown color: approx Marzipan. HEX triplet: F0, CB and 7A. RGB value is (240,203,122). Sum of RGB (Red+Green+Blue) = 240+203+122=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB7A is #0F3485. Grayscale: #CDCDCD. Windows color (decimal): -996486 or 8047600. OLE color: 8047600.

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

Color convert

RGB240203122-
CMYK00.150.490.06
HSL41.19º79.73%70.98%-
HSV(B)41.19º49.17%94.12%-
XYZ60.862.6427.3-
YUV204.8381.26153.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=42.48%
G=35.93%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020312200.150.490.0641.1979.7370.98
HexF0CB7A0F316295047
Octal36031317201761651120107
Binary111100001100101111110100111111000111010100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB7A; }

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

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

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

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

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

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

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

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