#F1BF94

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

Shades of New Tan #F1BF94

Tints of New Tan #F1BF94

Color information

#F1BF94 (or 0xF1BF94) is unknown color: approx New Tan. HEX triplet: F1, BF and 94. RGB value is (241,191,148). Sum of RGB (Red+Green+Blue) = 241+191+148=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF94 is #0E406B. Grayscale: #C9C9C9. Windows color (decimal): -933996 or 9748465. OLE color: 9748465.

HSL color Cylindrical-coordinate representation of color #F1BF94: hue angle of 27.74º 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 #F1BF94 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241191148-
CMYK00.210.390.05
HSL27.74º76.86%76.27%-
HSV(B)27.74º38.59%94.51%-
XYZ60.2558.136.06-
YUV201.0598.06156.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=41.55%
G=32.93%
B=25.52%

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
Decimal24119114800.210.390.0527.7476.8676.27
HexF1BF940152751c4d4c
Octal36127722402547534115114
Binary1111000110111111100101000101011001111011110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF94; }

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

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

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

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

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

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

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

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