#F0C09E

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

Shades of Negroni #F0C09E

Tints of Negroni #F0C09E

Color information

#F0C09E (or 0xF0C09E) is unknown color: approx Negroni. HEX triplet: F0, C0 and 9E. RGB value is (240,192,158). Sum of RGB (Red+Green+Blue) = 240+192+158=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09E is #0F3F61. Grayscale: #CACACA. Windows color (decimal): -999266 or 10404080. OLE color: 10404080.

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

Color convert

RGB240192158-
CMYK00.200.340.06
HSL24.88º73.21%78.04%-
HSV(B)24.88º34.17%94.12%-
XYZ60.9658.6940.46-
YUV202.48102.9154.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=40.68%
G=32.54%
B=26.78%

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
Decimal24019215800.200.340.0624.8873.2178.04
HexF0C09E01422619494e
Octal36030023602442631111116
Binary1111000011000000100111100101001000101101100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C09E; }

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

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

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

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

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

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

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

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