#F1BA87

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

Shades of Corvette #F1BA87

Tints of Corvette #F1BA87

Color information

#F1BA87 (or 0xF1BA87) is unknown color: approx Corvette. HEX triplet: F1, BA and 87. RGB value is (241,186,135). Sum of RGB (Red+Green+Blue) = 241+186+135=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA87 is #0E4578. Grayscale: #C4C4C4. Windows color (decimal): -935289 or 8895217. OLE color: 8895217.

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

Color convert

RGB241186135-
CMYK00.230.440.05
HSL28.87º79.1%73.73%-
HSV(B)28.87º43.98%94.51%-
XYZ58.2155.5730.58-
YUV196.6393.22159.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 135 (53.12% from 255) = 24.02%
R=42.88%
G=33.10%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118613500.230.440.0528.8779.173.73
HexF1BA870172C51d4f4a
Octal36127220702754535117112
Binary1111000110111010100001110101111011001011110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA87; }

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

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

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

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

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

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

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

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