Html Css Color HEX #F0C27F Marzipan

📋 copy color: '#F0C27F'

red 240 ◦ green 194 ◦ blue 127

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

Shades of Marzipan #F0C27F

Tints of Marzipan #F0C27F

RGB

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

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

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

R = 42.78%
G = 34.58%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0C27F (or 0xF0C27F) is known color: Marzipan. HEX triplet: F0, C2 and 7F. RGB value is (240,194,127). Sum of RGB (Red+Green+Blue) = 240+194+127=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27F is #0F3D80. Grayscale: #C8C8C8. Windows color (decimal): -998785 or 8372976. OLE color: 8372976.

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

Color convert

RGB 240 194 127 -
CMYK 0 0.19 0.47 0.06
HSL 35.58º 0.79% 0.72% -
HSV(B) 35.58º 0.47% 0.94% -
XYZ 59.06 58.64 28.28 -
YUV 200.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 240 194 127 0 0.19 0.47 0.06 35.58 0.79 0.72
Hex F0 C2 7F 0 13 2F 6 24 4F 48
Octal 360 302 177 0 23 57 6 44 117 110
Binary 11110000 11000010 1111111 0 10011 101111 110 100100 1001111 1001000

Color Harmonies of #F0C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C27F

Black with #F0C27F

Text Example


Text Example

White with #F0C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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