#F1B685

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

Shades of Corvette #F1B685

Tints of Corvette #F1B685

Color information

#F1B685 (or 0xF1B685) is unknown color: approx Corvette. HEX triplet: F1, B6 and 85. RGB value is (241,182,133). Sum of RGB (Red+Green+Blue) = 241+182+133=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B685 is #0E497A. Grayscale: #C2C2C2. Windows color (decimal): -936315 or 8763121. OLE color: 8763121.

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

Color convert

RGB241182133-
CMYK00.240.450.05
HSL27.22º79.41%73.33%-
HSV(B)27.22º44.81%94.51%-
XYZ57.2453.8529.57-
YUV194.0593.55161.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=43.35%
G=32.73%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118213300.240.450.0527.2279.4173.33
HexF1B6850182D51b4f49
Octal36126620503055533117111
Binary1111000110110110100001010110001011011011101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B685; }

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

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

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

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

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

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

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

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