#F1CB75

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

Shades of Marzipan #F1CB75

Tints of Marzipan #F1CB75

Color information

#F1CB75 (or 0xF1CB75) is unknown color: approx Marzipan. HEX triplet: F1, CB and 75. RGB value is (241,203,117). Sum of RGB (Red+Green+Blue) = 241+203+117=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB75 is #0E348A. Grayscale: #CCCCCC. Windows color (decimal): -930955 or 7719921. OLE color: 7719921.

HSL color Cylindrical-coordinate representation of color #F1CB75: hue angle of 41.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1CB75 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241203117-
CMYK00.160.510.05
HSL41.61º81.58%70.2%-
HSV(B)41.61º51.45%94.51%-
XYZ60.8462.725.72-
YUV204.5678.59153.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=42.96%
G=36.19%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120311700.160.510.0541.6181.5870.2
HexF1CB750103352a5246
Octal36131316502063552122106
Binary1111000111001011111010101000011001110110101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB75; }

 p { color: rgb(241,203,117); }

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

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

 a { background-color: rgb(241,203,117); }

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

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

 span { border-color: rgb(241,203,117); }

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