#F0C09F

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

Shades of Negroni #F0C09F

Tints of Negroni #F0C09F

Color information

#F0C09F (or 0xF0C09F) is unknown color: approx Negroni. HEX triplet: F0, C0 and 9F. RGB value is (240,192,159). Sum of RGB (Red+Green+Blue) = 240+192+159=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09F is #0F3F60. Grayscale: #CACACA. Windows color (decimal): -999265 or 10469616. OLE color: 10469616.

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

Color convert

RGB240192159-
CMYK00.200.340.06
HSL24.44º72.97%78.24%-
HSV(B)24.44º33.75%94.12%-
XYZ61.0458.7340.92-
YUV202.59103.4154.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=40.61%
G=32.49%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019215900.200.340.0624.4472.9778.24
HexF0C09F01422618494e
Octal36030023702442630111116
Binary1111000011000000100111110101001000101101100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C09F; }

 p { color: rgb(240,192,159); }

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

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

 a { background-color: rgb(240,192,159); }

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

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

 span { border-color: rgb(240,192,159); }

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