#F0C59D

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

Shades of Negroni #F0C59D

Tints of Negroni #F0C59D

Color information

#F0C59D (or 0xF0C59D) is unknown color: approx Negroni. HEX triplet: F0, C5 and 9D. RGB value is (240,197,157). Sum of RGB (Red+Green+Blue) = 240+197+157=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C59D is #0F3A62. Grayscale: #CDCDCD. Windows color (decimal): -997987 or 10339824. OLE color: 10339824.

HSL color Cylindrical-coordinate representation of color #F0C59D: hue angle of 28.92º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C59D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240197157-
CMYK00.180.350.06
HSL28.92º73.45%77.84%-
HSV(B)28.92º34.58%94.12%-
XYZ61.9960.8940.38-
YUV205.3100.75152.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=40.40%
G=33.16%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019715700.180.350.0628.9273.4577.84
HexF0C59D0122361d494e
Octal36030523502243635111116
Binary1111000011000101100111010100101000111101110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C59D; }

 p { color: rgb(240,197,157); }

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

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

 a { background-color: rgb(240,197,157); }

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

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

 span { border-color: rgb(240,197,157); }

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