#F2B889

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

Shades of Corvette #F2B889

Tints of Corvette #F2B889

Color information

#F2B889 (or 0xF2B889) is unknown color: approx Corvette. HEX triplet: F2, B8 and 89. RGB value is (242,184,137). Sum of RGB (Red+Green+Blue) = 242+184+137=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B889 is #0D4776. Grayscale: #C4C4C4. Windows color (decimal): -870263 or 9025778. OLE color: 9025778.

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

Color convert

RGB242184137-
CMYK00.240.430.05
HSL26.86º80.15%74.31%-
HSV(B)26.86º43.39%94.9%-
XYZ58.2754.9631.2-
YUV195.9894.72160.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 137 (53.91% from 255) = 24.33%
R=42.98%
G=32.68%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218413700.240.430.0526.8680.1574.31
HexF2B8890182B51b504a
Octal36227021103053533120112
Binary1111001010111000100010010110001010111011101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B889; }

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

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

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

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

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

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

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

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