#F0C69D

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

Shades of Negroni #F0C69D

Tints of Negroni #F0C69D

Color information

#F0C69D (or 0xF0C69D) is unknown color: approx Negroni. HEX triplet: F0, C6 and 9D. RGB value is (240,198,157). Sum of RGB (Red+Green+Blue) = 240+198+157=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C69D is #0F3962. Grayscale: #CECECE. Windows color (decimal): -997731 or 10340080. OLE color: 10340080.

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

Color convert

RGB240198157-
CMYK00.180.350.06
HSL29.64º73.45%77.84%-
HSV(B)29.64º34.58%94.12%-
XYZ62.2261.3540.46-
YUV205.88100.41152.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=40.34%
G=33.28%
B=26.39%

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
Decimal24019815700.180.350.0629.6473.4577.84
HexF0C69D0122361e494e
Octal36030623502243636111116
Binary1111000011000110100111010100101000111101111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C69D; }

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

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

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

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

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

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

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

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