#F2B589

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

Shades of Corvette #F2B589

Tints of Corvette #F2B589

Color information

#F2B589 (or 0xF2B589) is unknown color: approx Corvette. HEX triplet: F2, B5 and 89. RGB value is (242,181,137). Sum of RGB (Red+Green+Blue) = 242+181+137=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B589 is #0D4A76. Grayscale: #C2C2C2. Windows color (decimal): -871031 or 9025010. OLE color: 9025010.

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

Color convert

RGB242181137-
CMYK00.250.430.05
HSL25.14º80.15%74.31%-
HSV(B)25.14º43.39%94.9%-
XYZ57.6653.7331-
YUV194.2295.71162.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=43.21%
G=32.32%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218113700.250.430.0525.1480.1574.31
HexF2B5890192B519504a
Octal36226521103153531120112
Binary1111001010110101100010010110011010111011100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B589; }

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

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

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

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

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

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

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

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