Html Css Color HEX #F0CB7F Marzipan

📋 copy color: '#F0CB7F'

red 240 ◦ green 203 ◦ blue 127

#F0CB7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #F0CB7F

Tints of Marzipan #F0CB7F

RGB

 RED value IS 240 (94.14% from 255) = 42.11%

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 127 (50% from 255) = 22.28%

R = 42.11%
G = 35.61%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0CB7F (or 0xF0CB7F) is known color: Marzipan. HEX triplet: F0, CB and 7F. RGB value is (240,203,127). Sum of RGB (Red+Green+Blue) = 240+203+127=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB7F is #0F3480. Grayscale: #CDCDCD. Windows color (decimal): -996481 or 8375280. OLE color: 8375280.

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

Color convert

RGB 240 203 127 -
CMYK 0 0.15 0.47 0.06
HSL 40.35º 0.79% 0.72% -
HSV(B) 40.35º 0.47% 0.94% -
XYZ 61.12 62.77 28.97 -
YUV 205.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 240 203 127 0 0.15 0.47 0.06 40.35 0.79 0.72
Hex F0 CB 7F 0 F 2F 6 28 4F 48
Octal 360 313 177 0 17 57 6 50 117 110
Binary 11110000 11001011 1111111 0 1111 101111 110 101000 1001111 1001000

Color Harmonies of #F0CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB7F

Black with #F0CB7F

Text Example


Text Example

White with #F0CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB7F; }

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

 H1.HeaderClassName
 {
   color: #F0CB7F;
 }
 .AnyTagClassName
 {
   color: #F0CB7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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