#F1B686

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

Shades of Corvette #F1B686

Tints of Corvette #F1B686

Color information

#F1B686 (or 0xF1B686) is unknown color: approx Corvette. HEX triplet: F1, B6 and 86. RGB value is (241,182,134). Sum of RGB (Red+Green+Blue) = 241+182+134=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B686 is #0E4979. Grayscale: #C2C2C2. Windows color (decimal): -936314 or 8828657. OLE color: 8828657.

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

Color convert

RGB241182134-
CMYK00.240.440.05
HSL26.92º79.26%73.53%-
HSV(B)26.92º44.4%94.51%-
XYZ57.3153.8829.93-
YUV194.1794.05161.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=43.27%
G=32.68%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118213400.240.440.0526.9279.2673.53
HexF1B6860182C51b4f4a
Octal36126620603054533117112
Binary1111000110110110100001100110001011001011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B686; }

 p { color: rgb(241,182,134); }

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

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

 a { background-color: rgb(241,182,134); }

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

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

 span { border-color: rgb(241,182,134); }

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