#F2C086

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

Shades of Corvette #F2C086

Tints of Corvette #F2C086

Color information

#F2C086 (or 0xF2C086) is unknown color: approx Corvette. HEX triplet: F2, C0 and 86. RGB value is (242,192,134). Sum of RGB (Red+Green+Blue) = 242+192+134=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C086 is #0D3F79. Grayscale: #C8C8C8. Windows color (decimal): -868218 or 8831218. OLE color: 8831218.

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

Color convert

RGB242192134-
CMYK00.210.450.05
HSL32.22º80.6%73.73%-
HSV(B)32.22º44.63%94.9%-
XYZ59.7758.330.66-
YUV200.3490.56157.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 134 (52.73% from 255) = 23.59%
R=42.61%
G=33.80%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219213400.210.450.0532.2280.673.73
HexF2C0860152D520514a
Octal36230020602555540121112
Binary11110010110000001000011001010110110110110000010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C086; }

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

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

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

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

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

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

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

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