#F5C49D

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

Shades of Negroni #F5C49D

Tints of Negroni #F5C49D

Color information

#F5C49D (or 0xF5C49D) is unknown color: approx Negroni. HEX triplet: F5, C4 and 9D. RGB value is (245,196,157). Sum of RGB (Red+Green+Blue) = 245+196+157=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C49D is #0A3B62. Grayscale: #CECECE. Windows color (decimal): -670563 or 10339573. OLE color: 10339573.

HSL color Cylindrical-coordinate representation of color #F5C49D: hue angle of 26.59º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5C49D is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245196157-
CMYK00.20.360.04
HSL26.59º81.48%78.82%-
HSV(B)26.59º35.92%96.08%-
XYZ63.4861.3340.39-
YUV206.2100.23155.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 196 (76.95% from 255) = 32.78%
BLUE value IS 157 (61.72% from 255) = 26.25%
R=40.97%
G=32.78%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519615700.20.360.0426.5981.4878.82
HexF5C49D0142441b514f
Octal36530423502444433121117
Binary1111010111000100100111010101001001001001101110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C49D; }

 p { color: rgb(245,196,157); }

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

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

 a { background-color: rgb(245,196,157); }

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

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

 span { border-color: rgb(245,196,157); }

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