#F1BA7A

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

Shades of Corvette #F1BA7A

Tints of Corvette #F1BA7A

Color information

#F1BA7A (or 0xF1BA7A) is unknown color: approx Corvette. HEX triplet: F1, BA and 7A. RGB value is (241,186,122). Sum of RGB (Red+Green+Blue) = 241+186+122=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7A is #0E4585. Grayscale: #C3C3C3. Windows color (decimal): -935302 or 8043249. OLE color: 8043249.

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

Color convert

RGB241186122-
CMYK00.230.490.05
HSL32.27º80.95%71.18%-
HSV(B)32.27º49.38%94.51%-
XYZ57.3555.2226.05-
YUV195.1586.72160.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 122 (48.05% from 255) = 22.22%
R=43.90%
G=33.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118612200.230.490.0532.2780.9571.18
HexF1BA7A017315205147
Octal36127217202761540121107
Binary1111000110111010111101001011111000110110000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA7A; }

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

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

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

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

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

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

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

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