#F2BE81

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

Shades of Corvette #F2BE81

Tints of Corvette #F2BE81

Color information

#F2BE81 (or 0xF2BE81) is unknown color: approx Corvette. HEX triplet: F2, BE and 81. RGB value is (242,190,129). Sum of RGB (Red+Green+Blue) = 242+190+129=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE81 is #0D417E. Grayscale: #C6C6C6. Windows color (decimal): -868735 or 8503026. OLE color: 8503026.

HSL color Cylindrical-coordinate representation of color #F2BE81: hue angle of 32.39º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2BE81 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242190129-
CMYK00.210.470.05
HSL32.39º81.29%72.75%-
HSV(B)32.39º46.69%94.9%-
XYZ58.9957.2928.72-
YUV198.5988.73158.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=43.14%
G=33.87%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219012900.210.470.0532.3981.2972.75
HexF2BE810152F5205149
Octal36227620102557540121111
Binary11110010101111101000000101010110111110110000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE81; }

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

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

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

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

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

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

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

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