#F5C99F

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

Shades of Negroni #F5C99F

Tints of Negroni #F5C99F

Color information

#F5C99F (or 0xF5C99F) is unknown color: approx Negroni. HEX triplet: F5, C9 and 9F. RGB value is (245,201,159). Sum of RGB (Red+Green+Blue) = 245+201+159=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C99F is #0A3660. Grayscale: #D1D1D1. Windows color (decimal): -669281 or 10471925. OLE color: 10471925.

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

Color convert

RGB245201159-
CMYK00.180.350.04
HSL29.3º81.13%79.22%-
HSV(B)29.3º35.1%96.08%-
XYZ64.863.6941.68-
YUV209.3799.58153.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 159 (62.5% from 255) = 26.28%
R=40.50%
G=33.22%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520115900.180.350.0429.381.1379.22
HexF5C99F0122341d514f
Octal36531123702243435121117
Binary1111010111001001100111110100101000111001110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C99F; }

 p { color: rgb(245,201,159); }

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

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

 a { background-color: rgb(245,201,159); }

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

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

 span { border-color: rgb(245,201,159); }

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