#F1BB7F

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

Shades of Corvette #F1BB7F

Tints of Corvette #F1BB7F

Color information

#F1BB7F (or 0xF1BB7F) is unknown color: approx Corvette. HEX triplet: F1, BB and 7F. RGB value is (241,187,127). Sum of RGB (Red+Green+Blue) = 241+187+127=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB7F is #0E4480. Grayscale: #C4C4C4. Windows color (decimal): -935041 or 8371185. OLE color: 8371185.

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

Color convert

RGB241187127-
CMYK00.220.470.05
HSL31.58º80.28%72.16%-
HSV(B)31.58º47.3%94.51%-
XYZ57.8855.7727.79-
YUV196.3188.89159.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 127 (50% from 255) = 22.88%
R=43.42%
G=33.69%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118712700.220.470.0531.5880.2872.16
HexF1BB7F0162F5205048
Octal36127317702657540120110
Binary1111000110111011111111101011010111110110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB7F; }

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

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

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

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

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

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

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

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