#F2B985

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

Shades of Corvette #F2B985

Tints of Corvette #F2B985

Color information

#F2B985 (or 0xF2B985) is unknown color: approx Corvette. HEX triplet: F2, B9 and 85. RGB value is (242,185,133). Sum of RGB (Red+Green+Blue) = 242+185+133=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B985 is #0D467A. Grayscale: #C4C4C4. Windows color (decimal): -870011 or 8763890. OLE color: 8763890.

HSL color Cylindrical-coordinate representation of color #F2B985: hue angle of 28.62º degrees, saturation: 0.81, 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 #F2B985 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242185133-
CMYK00.240.450.05
HSL28.62º80.74%73.53%-
HSV(B)28.62º45.04%94.9%-
XYZ58.255.2729.79-
YUV196.1292.38160.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=43.21%
G=33.04%
B=23.75%

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
Decimal24218513300.240.450.0528.6280.7473.53
HexF2B9850182D51d514a
Octal36227120503055535121112
Binary1111001010111001100001010110001011011011110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B985; }

 p { color: rgb(242,185,133); }

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

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

 a { background-color: rgb(242,185,133); }

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

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

 span { border-color: rgb(242,185,133); }

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