#F1B88A

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

Shades of Corvette #F1B88A

Tints of Corvette #F1B88A

Color information

#F1B88A (or 0xF1B88A) is unknown color: approx Corvette. HEX triplet: F1, B8 and 8A. RGB value is (241,184,138). Sum of RGB (Red+Green+Blue) = 241+184+138=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B88A is #0E4775. Grayscale: #C4C4C4. Windows color (decimal): -935798 or 9091313. OLE color: 9091313.

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

Color convert

RGB241184138-
CMYK00.240.430.05
HSL26.8º78.63%74.31%-
HSV(B)26.8º42.74%94.51%-
XYZ5854.8231.57-
YUV195.895.38160.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=42.81%
G=32.68%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118413800.240.430.0526.878.6374.31
HexF1B88A0182B51b4f4a
Octal36127021203053533117112
Binary1111000110111000100010100110001010111011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B88A; }

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

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

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

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

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

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

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

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