#F5C99D

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

Shades of Negroni #F5C99D

Tints of Negroni #F5C99D

Color information

#F5C99D (or 0xF5C99D) is unknown color: approx Negroni. HEX triplet: F5, C9 and 9D. RGB value is (245,201,157). Sum of RGB (Red+Green+Blue) = 245+201+157=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C99D is #0A3662. Grayscale: #D1D1D1. Windows color (decimal): -669283 or 10340853. OLE color: 10340853.

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

Color convert

RGB245201157-
CMYK00.180.360.04
HSL30º81.48%78.82%-
HSV(B)30º35.92%96.08%-
XYZ64.6363.6240.77-
YUV209.1498.58153.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=40.63%
G=33.33%
B=26.04%

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
Decimal24520115700.180.360.043081.4878.82
HexF5C99D0122441e514f
Octal36531123502244436121117
Binary1111010111001001100111010100101001001001111010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C99D; }

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

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

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

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

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

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

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

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