#F2C49E

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

Shades of Negroni #F2C49E

Tints of Negroni #F2C49E

Color information

#F2C49E (or 0xF2C49E) is unknown color: approx Negroni. HEX triplet: F2, C4 and 9E. RGB value is (242,196,158). Sum of RGB (Red+Green+Blue) = 242+196+158=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49E is #0D3B61. Grayscale: #CDCDCD. Windows color (decimal): -867170 or 10405106. OLE color: 10405106.

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

Color convert

RGB242196158-
CMYK00.190.350.05
HSL27.14º76.36%78.43%-
HSV(B)27.14º34.71%94.9%-
XYZ62.5360.8340.79-
YUV205.42101.24154.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=40.60%
G=32.89%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219615800.190.350.0527.1476.3678.43
HexF2C49E0132351b4c4e
Octal36230423602343533114116
Binary1111001011000100100111100100111000111011101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C49E; }

 p { color: rgb(242,196,158); }

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

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

 a { background-color: rgb(242,196,158); }

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

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

 span { border-color: rgb(242,196,158); }

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