#F2BE89

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

Shades of Corvette #F2BE89

Tints of Corvette #F2BE89

Color information

#F2BE89 (or 0xF2BE89) is unknown color: approx Corvette. HEX triplet: F2, BE and 89. RGB value is (242,190,137). Sum of RGB (Red+Green+Blue) = 242+190+137=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE89 is #0D4176. Grayscale: #C7C7C7. Windows color (decimal): -868727 or 9027314. OLE color: 9027314.

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

Color convert

RGB242190137-
CMYK00.210.430.05
HSL30.29º80.15%74.31%-
HSV(B)30.29º43.39%94.9%-
XYZ59.5557.5131.63-
YUV199.5192.73158.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 137 (53.91% from 255) = 24.08%
R=42.53%
G=33.39%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219013700.210.430.0530.2980.1574.31
HexF2BE890152B51e504a
Octal36227621102553536120112
Binary1111001010111110100010010101011010111011111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE89; }

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

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

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

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

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

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

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

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