#F2B489

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

Shades of Corvette #F2B489

Tints of Corvette #F2B489

Color information

#F2B489 (or 0xF2B489) is unknown color: approx Corvette. HEX triplet: F2, B4 and 89. RGB value is (242,180,137). Sum of RGB (Red+Green+Blue) = 242+180+137=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B489 is #0D4B76. Grayscale: #C1C1C1. Windows color (decimal): -871287 or 9024754. OLE color: 9024754.

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

Color convert

RGB242180137-
CMYK00.260.430.05
HSL24.57º80.15%74.31%-
HSV(B)24.57º43.39%94.9%-
XYZ57.4553.3330.93-
YUV193.6496.04162.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=43.29%
G=32.20%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218013700.260.430.0524.5780.1574.31
HexF2B48901A2B519504a
Octal36226421103253531120112
Binary1111001010110100100010010110101010111011100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B489; }

 p { color: rgb(242,180,137); }

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

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

 a { background-color: rgb(242,180,137); }

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

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

 span { border-color: rgb(242,180,137); }

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