#F1B882

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

Shades of Corvette #F1B882

Tints of Corvette #F1B882

Color information

#F1B882 (or 0xF1B882) is unknown color: approx Corvette. HEX triplet: F1, B8 and 82. RGB value is (241,184,130). Sum of RGB (Red+Green+Blue) = 241+184+130=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B882 is #0E477D. Grayscale: #C3C3C3. Windows color (decimal): -935806 or 8567025. OLE color: 8567025.

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

Color convert

RGB241184130-
CMYK00.240.460.05
HSL29.19º79.86%72.75%-
HSV(B)29.19º46.06%94.51%-
XYZ57.4554.5928.63-
YUV194.8991.38160.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=43.42%
G=33.15%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118413000.240.460.0529.1979.8672.75
HexF1B8820182E51d5049
Octal36127020203056535120111
Binary1111000110111000100000100110001011101011110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B882; }

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

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

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

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

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

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

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

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