#F0C29C

Color #F0C29C Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #F0C29C

Tints of Negroni #F0C29C

Color information

#F0C29C (or 0xF0C29C) is unknown color: approx Negroni. HEX triplet: F0, C2 and 9C. RGB value is (240,194,156). Sum of RGB (Red+Green+Blue) = 240+194+156=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C29C is #0F3D63. Grayscale: #CBCBCB. Windows color (decimal): -998756 or 10273520. OLE color: 10273520.

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

Color convert

RGB240194156-
CMYK00.190.350.06
HSL27.14º73.68%77.65%-
HSV(B)27.14º35%94.12%-
XYZ61.2359.5139.71-
YUV203.42101.24154.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 156 (61.33% from 255) = 26.44%
R=40.68%
G=32.88%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019415600.190.350.0627.1473.6877.65
HexF0C29C0132361b4a4e
Octal36030223402343633112116
Binary1111000011000010100111000100111000111101101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C29C; }

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

 H1.HeaderClassName
 {
   color: #F0C29C;
 }
 .AnyTagClassName
 {
   color: #F0C29C;
 }
</style>
background-color css

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

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

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

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

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

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