#F2B689

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

Shades of Corvette #F2B689

Tints of Corvette #F2B689

Color information

#F2B689 (or 0xF2B689) is unknown color: approx Corvette. HEX triplet: F2, B6 and 89. RGB value is (242,182,137). Sum of RGB (Red+Green+Blue) = 242+182+137=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B689 is #0D4976. Grayscale: #C3C3C3. Windows color (decimal): -870775 or 9025266. OLE color: 9025266.

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

Color convert

RGB242182137-
CMYK00.250.430.05
HSL25.71º80.15%74.31%-
HSV(B)25.71º43.39%94.9%-
XYZ57.8654.1431.07-
YUV194.8195.38161.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 137 (53.91% from 255) = 24.42%
R=43.14%
G=32.44%
B=24.42%

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
Decimal24218213700.250.430.0525.7180.1574.31
HexF2B6890192B51a504a
Octal36226621103153532120112
Binary1111001010110110100010010110011010111011101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B689; }

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

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

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

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

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

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

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

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