#F1BA7F

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

Shades of Corvette #F1BA7F

Tints of Corvette #F1BA7F

Color information

#F1BA7F (or 0xF1BA7F) is unknown color: approx Corvette. HEX triplet: F1, BA and 7F. RGB value is (241,186,127). Sum of RGB (Red+Green+Blue) = 241+186+127=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7F is #0E4580. Grayscale: #C4C4C4. Windows color (decimal): -935297 or 8370929. OLE color: 8370929.

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

Color convert

RGB241186127-
CMYK00.230.470.05
HSL31.05º80.28%72.16%-
HSV(B)31.05º47.3%94.51%-
XYZ57.6755.3527.72-
YUV195.7289.22160.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 127 (50% from 255) = 22.92%
R=43.50%
G=33.57%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118612700.230.470.0531.0580.2872.16
HexF1BA7F0172F51f5048
Octal36127217702757537120110
Binary111100011011101011111110101111011111011111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA7F; }

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

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

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

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

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

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

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

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