#F5C89C

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

Shades of Negroni #F5C89C

Tints of Negroni #F5C89C

Color information

#F5C89C (or 0xF5C89C) is unknown color: approx Negroni. HEX triplet: F5, C8 and 9C. RGB value is (245,200,156). Sum of RGB (Red+Green+Blue) = 245+200+156=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C89C is #0A3763. Grayscale: #D0D0D0. Windows color (decimal): -669540 or 10275061. OLE color: 10275061.

HSL color Cylindrical-coordinate representation of color #F5C89C: hue angle of 29.66º degrees, saturation: 0.82, 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 #F5C89C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245200156-
CMYK00.180.360.04
HSL29.66º81.65%78.63%-
HSV(B)29.66º36.33%96.08%-
XYZ64.3163.1240.25-
YUV208.4498.41154.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=40.77%
G=33.28%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520015600.180.360.0429.6681.6578.63
HexF5C89C0122441e524f
Octal36531023402244436122117
Binary1111010111001000100111000100101001001001111010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C89C; }

 p { color: rgb(245,200,156); }

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

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

 a { background-color: rgb(245,200,156); }

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

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

 span { border-color: rgb(245,200,156); }

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