#F5C89D

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

Shades of Negroni #F5C89D

Tints of Negroni #F5C89D

Color information

#F5C89D (or 0xF5C89D) is unknown color: approx Negroni. HEX triplet: F5, C8 and 9D. RGB value is (245,200,157). Sum of RGB (Red+Green+Blue) = 245+200+157=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C89D is #0A3762. Grayscale: #D0D0D0. Windows color (decimal): -669539 or 10340597. OLE color: 10340597.

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

Color convert

RGB245200157-
CMYK00.180.360.04
HSL29.32º81.48%78.82%-
HSV(B)29.32º35.92%96.08%-
XYZ64.463.1640.69-
YUV208.5598.91154-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=40.70%
G=33.22%
B=26.08%

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
Decimal24520015700.180.360.0429.3281.4878.82
HexF5C89D0122441d514f
Octal36531023502244435121117
Binary1111010111001000100111010100101001001001110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C89D; }

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

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

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

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

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

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

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

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