#F1B98A

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

Shades of Corvette #F1B98A

Tints of Corvette #F1B98A

Color information

#F1B98A (or 0xF1B98A) is unknown color: approx Corvette. HEX triplet: F1, B9 and 8A. RGB value is (241,185,138). Sum of RGB (Red+Green+Blue) = 241+185+138=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B98A is #0E4675. Grayscale: #C4C4C4. Windows color (decimal): -935542 or 9091569. OLE color: 9091569.

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

Color convert

RGB241185138-
CMYK00.230.430.05
HSL27.38º78.63%74.31%-
HSV(B)27.38º42.74%94.51%-
XYZ58.2155.2331.64-
YUV196.3995.05159.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 138 (54.30% from 255) = 24.47%
R=42.73%
G=32.80%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118513800.230.430.0527.3878.6374.31
HexF1B98A0172B51b4f4a
Octal36127121202753533117112
Binary1111000110111001100010100101111010111011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B98A; }

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

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

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

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

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

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

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

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