#F1BA7B

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

Shades of Corvette #F1BA7B

Tints of Corvette #F1BA7B

Color information

#F1BA7B (or 0xF1BA7B) is unknown color: approx Corvette. HEX triplet: F1, BA and 7B. RGB value is (241,186,123). Sum of RGB (Red+Green+Blue) = 241+186+123=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7B is #0E4584. Grayscale: #C3C3C3. Windows color (decimal): -935301 or 8108785. OLE color: 8108785.

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

Color convert

RGB241186123-
CMYK00.230.490.05
HSL32.03º80.82%71.37%-
HSV(B)32.03º48.96%94.51%-
XYZ57.4155.2526.38-
YUV195.2687.22160.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=43.82%
G=33.82%
B=22.36%

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
Decimal24118612300.230.490.0532.0380.8271.37
HexF1BA7B017315205147
Octal36127217302761540121107
Binary1111000110111010111101101011111000110110000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA7B; }

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

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

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

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

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

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

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

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