#F1C29D

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

Shades of Negroni #F1C29D

Tints of Negroni #F1C29D

Color information

#F1C29D (or 0xF1C29D) is unknown color: approx Negroni. HEX triplet: F1, C2 and 9D. RGB value is (241,194,157). Sum of RGB (Red+Green+Blue) = 241+194+157=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C29D is #0E3D62. Grayscale: #CCCCCC. Windows color (decimal): -933219 or 10339057. OLE color: 10339057.

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

Color convert

RGB241194157-
CMYK00.200.350.05
HSL26.43º75%78.04%-
HSV(B)26.43º34.85%94.51%-
XYZ61.6559.7240.18-
YUV203.84101.57154.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 194 (76.17% from 255) = 32.77%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=40.71%
G=32.77%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119415700.200.350.0526.437578.04
HexF1C29D0142351a4b4e
Octal36130223502443532113116
Binary1111000111000010100111010101001000111011101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C29D; }

 p { color: rgb(241,194,157); }

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

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

 a { background-color: rgb(241,194,157); }

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

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

 span { border-color: rgb(241,194,157); }

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