#F2BE7A

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

Shades of Corvette #F2BE7A

Tints of Corvette #F2BE7A

Color information

#F2BE7A (or 0xF2BE7A) is unknown color: approx Corvette. HEX triplet: F2, BE and 7A. RGB value is (242,190,122). Sum of RGB (Red+Green+Blue) = 242+190+122=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE7A is #0D4185. Grayscale: #C6C6C6. Windows color (decimal): -868742 or 8044274. OLE color: 8044274.

HSL color Cylindrical-coordinate representation of color #F2BE7A: hue angle of 34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2BE7A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242190122-
CMYK00.210.500.05
HSL34º82.19%71.37%-
HSV(B)34º49.59%94.9%-
XYZ58.5457.1126.35-
YUV197.885.23159.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 122 (48.05% from 255) = 22.02%
R=43.68%
G=34.30%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219012200.210.500.053482.1971.37
HexF2BE7A015325225247
Octal36227617202562542122107
Binary1111001010111110111101001010111001010110001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE7A; }

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

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

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

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

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

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

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

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