#F5C89E

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

Shades of Negroni #F5C89E

Tints of Negroni #F5C89E

Color information

#F5C89E (or 0xF5C89E) is unknown color: approx Negroni. HEX triplet: F5, C8 and 9E. RGB value is (245,200,158). Sum of RGB (Red+Green+Blue) = 245+200+158=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C89E is #0A3761. Grayscale: #D0D0D0. Windows color (decimal): -669538 or 10406133. OLE color: 10406133.

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

Color convert

RGB245200158-
CMYK00.180.360.04
HSL28.97º81.31%79.02%-
HSV(B)28.97º35.51%96.08%-
XYZ64.4863.1941.15-
YUV208.6799.41153.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 158 (62.11% from 255) = 26.20%
R=40.63%
G=33.17%
B=26.20%

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
Decimal24520015800.180.360.0428.9781.3179.02
HexF5C89E0122441d514f
Octal36531023602244435121117
Binary1111010111001000100111100100101001001001110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C89E; }

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

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

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

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

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

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

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

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