#F1B485

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

Shades of Corvette #F1B485

Tints of Corvette #F1B485

Color information

#F1B485 (or 0xF1B485) is unknown color: approx Corvette. HEX triplet: F1, B4 and 85. RGB value is (241,180,133). Sum of RGB (Red+Green+Blue) = 241+180+133=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B485 is #0E4B7A. Grayscale: #C1C1C1. Windows color (decimal): -936827 or 8762609. OLE color: 8762609.

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

Color convert

RGB241180133-
CMYK00.250.450.05
HSL26.11º79.41%73.33%-
HSV(B)26.11º44.81%94.51%-
XYZ56.8353.0429.43-
YUV192.8894.21162.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=43.50%
G=32.49%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118013300.250.450.0526.1179.4173.33
HexF1B4850192D51a4f49
Octal36126420503155532117111
Binary1111000110110100100001010110011011011011101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B485; }

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

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

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

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

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

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

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

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