#F1BF92

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

Shades of New Tan #F1BF92

Tints of New Tan #F1BF92

Color information

#F1BF92 (or 0xF1BF92) is unknown color: approx New Tan. HEX triplet: F1, BF and 92. RGB value is (241,191,146). Sum of RGB (Red+Green+Blue) = 241+191+146=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF92 is #0E406D. Grayscale: #C9C9C9. Windows color (decimal): -933998 or 9617393. OLE color: 9617393.

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

Color convert

RGB241191146-
CMYK00.210.390.05
HSL28.42º77.24%75.88%-
HSV(B)28.42º39.42%94.51%-
XYZ60.0958.0435.23-
YUV200.8297.06156.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=41.70%
G=33.04%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119114600.210.390.0528.4277.2475.88
HexF1BF920152751c4d4c
Octal36127722202547534115114
Binary1111000110111111100100100101011001111011110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF92; }

 p { color: rgb(241,191,146); }

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

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

 a { background-color: rgb(241,191,146); }

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

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

 span { border-color: rgb(241,191,146); }

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