#F1B97D

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

Shades of Corvette #F1B97D

Tints of Corvette #F1B97D

Color information

#F1B97D (or 0xF1B97D) is unknown color: approx Corvette. HEX triplet: F1, B9 and 7D. RGB value is (241,185,125). Sum of RGB (Red+Green+Blue) = 241+185+125=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B97D is #0E4682. Grayscale: #C3C3C3. Windows color (decimal): -935555 or 8239601. OLE color: 8239601.

HSL color Cylindrical-coordinate representation of color #F1B97D: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1B97D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241185125-
CMYK00.230.480.05
HSL31.03º80.56%71.76%-
HSV(B)31.03º48.13%94.51%-
XYZ57.3354.8826.97-
YUV194.988.55160.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=43.74%
G=33.58%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118512500.230.480.0531.0380.5671.76
HexF1B97D0173051f5148
Octal36127117502760537121110
Binary111100011011100111111010101111100001011111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B97D; }

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

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

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

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

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

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

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

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