#F2C098

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

Shades of Negroni #F2C098

Tints of Negroni #F2C098

Color information

#F2C098 (or 0xF2C098) is unknown color: approx Negroni. HEX triplet: F2, C0 and 98. RGB value is (242,192,152). Sum of RGB (Red+Green+Blue) = 242+192+152=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C098 is #0D3F67. Grayscale: #CACACA. Windows color (decimal): -868200 or 10010866. OLE color: 10010866.

HSL color Cylindrical-coordinate representation of color #F2C098: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2C098 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242192152-
CMYK00.210.370.05
HSL26.67º77.59%77.25%-
HSV(B)26.67º37.19%94.9%-
XYZ61.1458.8437.84-
YUV202.3999.56156.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 152 (59.77% from 255) = 25.94%
R=41.30%
G=32.76%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219215200.210.370.0526.6777.5977.25
HexF2C0980152551b4e4d
Octal36230023002545533116115
Binary1111001011000000100110000101011001011011101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C098; }

 p { color: rgb(242,192,152); }

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

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

 a { background-color: rgb(242,192,152); }

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

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

 span { border-color: rgb(242,192,152); }

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