#F1BB85

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

Shades of Corvette #F1BB85

Tints of Corvette #F1BB85

Color information

#F1BB85 (or 0xF1BB85) is unknown color: approx Corvette. HEX triplet: F1, BB and 85. RGB value is (241,187,133). Sum of RGB (Red+Green+Blue) = 241+187+133=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB85 is #0E447A. Grayscale: #C5C5C5. Windows color (decimal): -935035 or 8764401. OLE color: 8764401.

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

Color convert

RGB241187133-
CMYK00.220.450.05
HSL30º79.41%73.33%-
HSV(B)30º44.81%94.51%-
XYZ58.2855.9329.92-
YUV196.9991.89159.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=42.96%
G=33.33%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118713300.220.450.053079.4173.33
HexF1BB850162D51e4f49
Octal36127320502655536117111
Binary1111000110111011100001010101101011011011111010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB85; }

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

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

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

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

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

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

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

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