#F1B885

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

Shades of Corvette #F1B885

Tints of Corvette #F1B885

Color information

#F1B885 (or 0xF1B885) is unknown color: approx Corvette. HEX triplet: F1, B8 and 85. RGB value is (241,184,133). Sum of RGB (Red+Green+Blue) = 241+184+133=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B885 is #0E477A. Grayscale: #C3C3C3. Windows color (decimal): -935803 or 8763633. OLE color: 8763633.

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

Color convert

RGB241184133-
CMYK00.240.450.05
HSL28.33º79.41%73.33%-
HSV(B)28.33º44.81%94.51%-
XYZ57.6554.6829.71-
YUV195.2392.88160.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=43.19%
G=32.97%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118413300.240.450.0528.3379.4173.33
HexF1B8850182D51c4f49
Octal36127020503055534117111
Binary1111000110111000100001010110001011011011110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B885; }

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

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

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

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

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

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

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

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