#F0C19C

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

Shades of Negroni #F0C19C

Tints of Negroni #F0C19C

Color information

#F0C19C (or 0xF0C19C) is unknown color: approx Negroni. HEX triplet: F0, C1 and 9C. RGB value is (240,193,156). Sum of RGB (Red+Green+Blue) = 240+193+156=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C19C is #0F3E63. Grayscale: #CBCBCB. Windows color (decimal): -999012 or 10273264. OLE color: 10273264.

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

Color convert

RGB240193156-
CMYK00.200.350.06
HSL26.43º73.68%77.65%-
HSV(B)26.43º35%94.12%-
XYZ61.0159.0739.64-
YUV202.83101.57154.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=40.75%
G=32.77%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019315600.200.350.0626.4373.6877.65
HexF0C19C0142361a4a4e
Octal36030123402443632112116
Binary1111000011000001100111000101001000111101101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C19C; }

 p { color: rgb(240,193,156); }

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

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

 a { background-color: rgb(240,193,156); }

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

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

 span { border-color: rgb(240,193,156); }

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