Html Css Color HEX #F0C67A Marzipan

📋 copy color: '#F0C67A'

red 240 ◦ green 198 ◦ blue 122

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

Shades of Marzipan #F0C67A

Tints of Marzipan #F0C67A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 122 (48.05% from 255) = 21.79%

R = 42.86%
G = 35.36%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0C67A (or 0xF0C67A) is known color: Marzipan. HEX triplet: F0, C6 and 7A. RGB value is (240,198,122). Sum of RGB (Red+Green+Blue) = 240+198+122=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C67A is #0F3985. Grayscale: #CACACA. Windows color (decimal): -997766 or 8046320. OLE color: 8046320.

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

Color convert

RGB 240 198 122 -
CMYK 0 0.18 0.49 0.06
HSL 38.64º 0.8% 0.71% -
HSV(B) 38.64º 0.49% 0.94% -
XYZ 59.64 60.32 26.91 -
YUV 201.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 240 198 122 0 0.18 0.49 0.06 38.64 0.8 0.71
Hex F0 C6 7A 0 12 31 6 27 50 47
Octal 360 306 172 0 22 61 6 47 120 107
Binary 11110000 11000110 1111010 0 10010 110001 110 100111 1010000 1000111

Color Harmonies of #F0C67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C67A

Black with #F0C67A

Text Example


Text Example

White with #F0C67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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