#F2C082

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

Shades of Corvette #F2C082

Tints of Corvette #F2C082

Color information

#F2C082 (or 0xF2C082) is unknown color: approx Corvette. HEX triplet: F2, C0 and 82. RGB value is (242,192,130). Sum of RGB (Red+Green+Blue) = 242+192+130=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C082 is #0D3F7D. Grayscale: #C8C8C8. Windows color (decimal): -868222 or 8569074. OLE color: 8569074.

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

Color convert

RGB242192130-
CMYK00.210.460.05
HSL33.21º81.16%72.94%-
HSV(B)33.21º46.28%94.9%-
XYZ59.558.1929.21-
YUV199.8888.56158.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=42.91%
G=34.04%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219213000.210.460.0533.2181.1672.94
HexF2C0820152E5215149
Octal36230020202556541121111
Binary11110010110000001000001001010110111010110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C082; }

 p { color: rgb(242,192,130); }

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

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

 a { background-color: rgb(242,192,130); }

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

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

 span { border-color: rgb(242,192,130); }

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