Html Css Color HEX #F0C274 Marzipan

📋 copy color: '#F0C274'

red 240 ◦ green 194 ◦ blue 116

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

Shades of Marzipan #F0C274

Tints of Marzipan #F0C274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 43.64%
G = 35.27%
B = 21.09%

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

#F0C274 (or 0xF0C274) is known color: Marzipan. HEX triplet: F0, C2 and 74. RGB value is (240,194,116). Sum of RGB (Red+Green+Blue) = 240+194+116=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C274 is #0F3D8B. Grayscale: #C7C7C7. Windows color (decimal): -998796 or 7652080. OLE color: 7652080.

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

Color convert

RGB 240 194 116 -
CMYK 0 0.19 0.52 0.06
HSL 37.74º 0.81% 0.7% -
HSV(B) 37.74º 0.52% 0.94% -
XYZ 58.38 58.37 24.71 -
YUV 198.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 240 194 116 0 0.19 0.52 0.06 37.74 0.81 0.7
Hex F0 C2 74 0 13 34 6 26 51 46
Octal 360 302 164 0 23 64 6 46 121 106
Binary 11110000 11000010 1110100 0 10011 110100 110 100110 1010001 1000110

Color Harmonies of #F0C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C274

Black with #F0C274

Text Example


Text Example

White with #F0C274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C274; }

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

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

background-color css

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

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

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

border-color css

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

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

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