#F7BF8C

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

Shades of Corvette #F7BF8C

Tints of Corvette #F7BF8C

Color information

#F7BF8C (or 0xF7BF8C) is unknown color: approx Corvette. HEX triplet: F7, BF and 8C. RGB value is (247,191,140). Sum of RGB (Red+Green+Blue) = 247+191+140=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BF8C is #084073. Grayscale: #CACACA. Windows color (decimal): -540788 or 9224183. OLE color: 9224183.

HSL color Cylindrical-coordinate representation of color #F7BF8C: hue angle of 28.6º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7BF8C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247191140-
CMYK00.230.430.03
HSL28.6º86.99%75.88%-
HSV(B)28.6º43.32%96.86%-
XYZ61.7258.9332.93-
YUV201.9393.05160.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=42.73%
G=33.04%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719114000.230.430.0328.686.9975.88
HexF7BF8C0172B31d574c
Octal36727721402753335127114
Binary111101111011111110001100010111101011111110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BF8C; }

 p { color: rgb(247,191,140); }

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

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

 a { background-color: rgb(247,191,140); }

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

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

 span { border-color: rgb(247,191,140); }

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