#F0C19F

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

Shades of Negroni #F0C19F

Tints of Negroni #F0C19F

Color information

#F0C19F (or 0xF0C19F) is unknown color: approx Negroni. HEX triplet: F0, C1 and 9F. RGB value is (240,193,159). Sum of RGB (Red+Green+Blue) = 240+193+159=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C19F is #0F3E60. Grayscale: #CBCBCB. Windows color (decimal): -999009 or 10469872. OLE color: 10469872.

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

Color convert

RGB240193159-
CMYK00.200.340.06
HSL25.19º72.97%78.24%-
HSV(B)25.19º33.75%94.12%-
XYZ61.2659.1740.99-
YUV203.18103.07154.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=40.54%
G=32.60%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019315900.200.340.0625.1972.9778.24
HexF0C19F01422619494e
Octal36030123702442631111116
Binary1111000011000001100111110101001000101101100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C19F; }

 p { color: rgb(240,193,159); }

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

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

 a { background-color: rgb(240,193,159); }

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

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

 span { border-color: rgb(240,193,159); }

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