#F2C288

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

Shades of Corvette #F2C288

Tints of Corvette #F2C288

Color information

#F2C288 (or 0xF2C288) is unknown color: approx Corvette. HEX triplet: F2, C2 and 88. RGB value is (242,194,136). Sum of RGB (Red+Green+Blue) = 242+194+136=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C288 is #0D3D77. Grayscale: #CACACA. Windows color (decimal): -867704 or 8962802. OLE color: 8962802.

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

Color convert

RGB242194136-
CMYK00.200.440.05
HSL32.83º80.3%74.12%-
HSV(B)32.83º43.8%94.9%-
XYZ60.3559.2431.55-
YUV201.7490.9156.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=42.31%
G=33.92%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219413600.200.440.0532.8380.374.12
HexF2C2880142C521504a
Octal36230221002454541120112
Binary11110010110000101000100001010010110010110000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C288; }

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

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

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

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

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

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

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

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