#F0C29A

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

Shades of Negroni #F0C29A

Tints of Negroni #F0C29A

Color information

#F0C29A (or 0xF0C29A) is unknown color: approx Negroni. HEX triplet: F0, C2 and 9A. RGB value is (240,194,154). Sum of RGB (Red+Green+Blue) = 240+194+154=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C29A is #0F3D65. Grayscale: #CBCBCB. Windows color (decimal): -998758 or 10142448. OLE color: 10142448.

HSL color Cylindrical-coordinate representation of color #F0C29A: hue angle of 27.91º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0C29A is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240194154-
CMYK00.190.360.06
HSL27.91º74.14%77.25%-
HSV(B)27.91º35.83%94.12%-
XYZ61.0659.4438.83-
YUV203.19100.24154.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=40.82%
G=32.99%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019415400.190.360.0627.9174.1477.25
HexF0C29A0132461c4a4d
Octal36030223202344634112115
Binary1111000011000010100110100100111001001101110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C29A; }

 p { color: rgb(240,194,154); }

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

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

 a { background-color: rgb(240,194,154); }

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

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

 span { border-color: rgb(240,194,154); }

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