#F1BA85

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

Shades of Corvette #F1BA85

Tints of Corvette #F1BA85

Color information

#F1BA85 (or 0xF1BA85) is unknown color: approx Corvette. HEX triplet: F1, BA and 85. RGB value is (241,186,133). Sum of RGB (Red+Green+Blue) = 241+186+133=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA85 is #0E457A. Grayscale: #C4C4C4. Windows color (decimal): -935291 or 8764145. OLE color: 8764145.

HSL color Cylindrical-coordinate representation of color #F1BA85: hue angle of 29.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1BA85 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241186133-
CMYK00.230.450.05
HSL29.44º79.41%73.33%-
HSV(B)29.44º44.81%94.51%-
XYZ58.0755.5129.84-
YUV196.492.22159.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=43.04%
G=33.21%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118613300.230.450.0529.4479.4173.33
HexF1BA850172D51d4f49
Octal36127220502755535117111
Binary1111000110111010100001010101111011011011110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA85; }

 p { color: rgb(241,186,133); }

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

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

 a { background-color: rgb(241,186,133); }

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

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

 span { border-color: rgb(241,186,133); }

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