#F5C49A

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

Shades of Negroni #F5C49A

Tints of Negroni #F5C49A

Color information

#F5C49A (or 0xF5C49A) is unknown color: approx Negroni. HEX triplet: F5, C4 and 9A. RGB value is (245,196,154). Sum of RGB (Red+Green+Blue) = 245+196+154=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C49A is #0A3B65. Grayscale: #CECECE. Windows color (decimal): -670566 or 10142965. OLE color: 10142965.

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

Color convert

RGB245196154-
CMYK00.20.370.04
HSL27.69º81.98%78.24%-
HSV(B)27.69º37.14%96.08%-
XYZ63.2361.2339.06-
YUV205.8698.73155.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=41.18%
G=32.94%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519615400.20.370.0427.6981.9878.24
HexF5C49A0142541c524e
Octal36530423202445434122116
Binary1111010111000100100110100101001001011001110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C49A; }

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

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

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

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

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

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

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

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