#F5C39D

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

Shades of Negroni #F5C39D

Tints of Negroni #F5C39D

Color information

#F5C39D (or 0xF5C39D) is unknown color: approx Negroni. HEX triplet: F5, C3 and 9D. RGB value is (245,195,157). Sum of RGB (Red+Green+Blue) = 245+195+157=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C39D is #0A3C62. Grayscale: #CDCDCD. Windows color (decimal): -670819 or 10339317. OLE color: 10339317.

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

Color convert

RGB245195157-
CMYK00.200.360.04
HSL25.91º81.48%78.82%-
HSV(B)25.91º35.92%96.08%-
XYZ63.2660.8840.31-
YUV205.62100.56156.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 195 (76.56% from 255) = 32.66%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=41.04%
G=32.66%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519515700.200.360.0425.9181.4878.82
HexF5C39D0142441a514f
Octal36530323502444432121117
Binary1111010111000011100111010101001001001001101010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C39D; }

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

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

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

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

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

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

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

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