#F2C088

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

Shades of Corvette #F2C088

Tints of Corvette #F2C088

Color information

#F2C088 (or 0xF2C088) is unknown color: approx Corvette. HEX triplet: F2, C0 and 88. RGB value is (242,192,136). Sum of RGB (Red+Green+Blue) = 242+192+136=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C088 is #0D3F77. Grayscale: #C8C8C8. Windows color (decimal): -868216 or 8962290. OLE color: 8962290.

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

Color convert

RGB242192136-
CMYK00.210.440.05
HSL31.7º80.3%74.12%-
HSV(B)31.7º43.8%94.9%-
XYZ59.9158.3531.4-
YUV200.5791.56157.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=42.46%
G=33.68%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219213600.210.440.0531.780.374.12
HexF2C0880152C520504a
Octal36230021002554540120112
Binary11110010110000001000100001010110110010110000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C088; }

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

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

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

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

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

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

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

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