#F1BA8A

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

Shades of Corvette #F1BA8A

Tints of Corvette #F1BA8A

Color information

#F1BA8A (or 0xF1BA8A) is unknown color: approx Corvette. HEX triplet: F1, BA and 8A. RGB value is (241,186,138). Sum of RGB (Red+Green+Blue) = 241+186+138=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA8A is #0E4575. Grayscale: #C5C5C5. Windows color (decimal): -935286 or 9091825. OLE color: 9091825.

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

Color convert

RGB241186138-
CMYK00.230.430.05
HSL27.96º78.63%74.31%-
HSV(B)27.96º42.74%94.51%-
XYZ58.4255.6531.71-
YUV196.9794.72159.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=42.65%
G=32.92%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118613800.230.430.0527.9678.6374.31
HexF1BA8A0172B51c4f4a
Octal36127221202753534117112
Binary1111000110111010100010100101111010111011110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA8A; }

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

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

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

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

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

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

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

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