#F3B986

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

Shades of Corvette #F3B986

Tints of Corvette #F3B986

Color information

#F3B986 (or 0xF3B986) is unknown color: approx Corvette. HEX triplet: F3, B9 and 86. RGB value is (243,185,134). Sum of RGB (Red+Green+Blue) = 243+185+134=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B986 is #0C4679. Grayscale: #C4C4C4. Windows color (decimal): -804474 or 8829427. OLE color: 8829427.

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

Color convert

RGB243185134-
CMYK00.240.450.05
HSL28.07º81.95%73.92%-
HSV(B)28.07º44.86%95.29%-
XYZ58.6155.4730.17-
YUV196.5392.72161.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.24%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 134 (52.73% from 255) = 23.84%
R=43.24%
G=32.92%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318513400.240.450.0528.0781.9573.92
HexF3B9860182D51c524a
Octal36327120603055534122112
Binary1111001110111001100001100110001011011011110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B986; }

 p { color: rgb(243,185,134); }

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

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

 a { background-color: rgb(243,185,134); }

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

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

 span { border-color: rgb(243,185,134); }

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