#F2C19B

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

Shades of Negroni #F2C19B

Tints of Negroni #F2C19B

Color information

#F2C19B (or 0xF2C19B) is unknown color: approx Negroni. HEX triplet: F2, C1 and 9B. RGB value is (242,193,155). Sum of RGB (Red+Green+Blue) = 242+193+155=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C19B is #0D3E64. Grayscale: #CBCBCB. Windows color (decimal): -867941 or 10207730. OLE color: 10207730.

HSL color Cylindrical-coordinate representation of color #F2C19B: hue angle of 26.21º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2C19B is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242193155-
CMYK00.200.360.05
HSL26.21º76.99%77.84%-
HSV(B)26.21º35.95%94.9%-
XYZ61.659.3839.23-
YUV203.32100.73155.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=41.02%
G=32.71%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219315500.200.360.0526.2176.9977.84
HexF2C19B0142451a4d4e
Octal36230123302444532115116
Binary1111001011000001100110110101001001001011101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C19B; }

 p { color: rgb(242,193,155); }

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

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

 a { background-color: rgb(242,193,155); }

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

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

 span { border-color: rgb(242,193,155); }

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