#F6C182

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

Shades of Corvette #F6C182

Tints of Corvette #F6C182

Color information

#F6C182 (or 0xF6C182) is unknown color: approx Corvette. HEX triplet: F6, C1 and 82. RGB value is (246,193,130). Sum of RGB (Red+Green+Blue) = 246+193+130=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C182 is #093E7D. Grayscale: #C9C9C9. Windows color (decimal): -605822 or 8569334. OLE color: 8569334.

HSL color Cylindrical-coordinate representation of color #F6C182: hue angle of 32.59º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6C182 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB246193130-
CMYK00.220.470.04
HSL32.59º86.57%73.73%-
HSV(B)32.59º47.15%96.47%-
XYZ61.1159.3429.35-
YUV201.6687.56159.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=43.23%
G=33.92%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619313000.220.470.0432.5986.5773.73
HexF6C1820162F421574a
Octal36630120202657441127112
Binary11110110110000011000001001011010111110010000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C182; }

 p { color: rgb(246,193,130); }

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

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

 a { background-color: rgb(246,193,130); }

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

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

 span { border-color: rgb(246,193,130); }

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