Html Css Color HEX #F0C374 Marzipan

📋 copy color: '#F0C374'

red 240 ◦ green 195 ◦ blue 116

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

Shades of Marzipan #F0C374

Tints of Marzipan #F0C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 43.56%
G = 35.39%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0C374 (or 0xF0C374) is known color: Marzipan. HEX triplet: F0, C3 and 74. RGB value is (240,195,116). Sum of RGB (Red+Green+Blue) = 240+195+116=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C374 is #0F3C8B. Grayscale: #C7C7C7. Windows color (decimal): -998540 or 7652336. OLE color: 7652336.

HSL color Cylindrical-coordinate representation of color #F0C374: hue angle of 38.23º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0C374 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 116 -
CMYK 0 0.19 0.52 0.06
HSL 38.23º 0.81% 0.7% -
HSV(B) 38.23º 0.52% 0.94% -
XYZ 58.6 58.82 24.79 -
YUV 199.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 240 195 116 0 0.19 0.52 0.06 38.23 0.81 0.7
Hex F0 C3 74 0 13 34 6 26 51 46
Octal 360 303 164 0 23 64 6 46 121 106
Binary 11110000 11000011 1110100 0 10011 110100 110 100110 1010001 1000110

Color Harmonies of #F0C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C374

Black with #F0C374

Text Example


Text Example

White with #F0C374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C374; }

 p { color: rgb(240,195,116); }

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

background-color css

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

 a { background-color: rgb(240,195,116); }

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

border-color css

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

 span { border-color: rgb(240,195,116); }

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