#F0C7A3

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

Shades of Negroni #F0C7A3

Tints of Negroni #F0C7A3

Color information

#F0C7A3 (or 0xF0C7A3) is unknown color: approx Negroni. HEX triplet: F0, C7 and A3. RGB value is (240,199,163). Sum of RGB (Red+Green+Blue) = 240+199+163=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7A3 is #0F385C. Grayscale: #CFCFCF. Windows color (decimal): -997469 or 10733552. OLE color: 10733552.

HSL color Cylindrical-coordinate representation of color #F0C7A3: hue angle of 28.05º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0C7A3 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240199163-
CMYK00.170.320.06
HSL28.05º71.96%79.02%-
HSV(B)28.05º32.08%94.12%-
XYZ62.9762.0243.3-
YUV207.15103.08151.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=39.87%
G=33.06%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019916300.170.320.0628.0571.9679.02
HexF0C7A30112061c484f
Octal36030724302140634110117
Binary1111000011000111101000110100011000001101110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7A3; }

 p { color: rgb(240,199,163); }

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

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

 a { background-color: rgb(240,199,163); }

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

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

 span { border-color: rgb(240,199,163); }

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