#F0C186

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

Shades of Corvette #F0C186

Tints of Corvette #F0C186

Color information

#F0C186 (or 0xF0C186) is unknown color: approx Corvette. HEX triplet: F0, C1 and 86. RGB value is (240,193,134). Sum of RGB (Red+Green+Blue) = 240+193+134=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C186 is #0F3E79. Grayscale: #C8C8C8. Windows color (decimal): -999034 or 8831472. OLE color: 8831472.

HSL color Cylindrical-coordinate representation of color #F0C186: hue angle of 33.4º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0C186 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240193134-
CMYK00.200.440.06
HSL33.4º77.94%73.33%-
HSV(B)33.4º44.17%94.12%-
XYZ59.3158.3930.7-
YUV200.3390.57156.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=42.33%
G=34.04%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019313400.200.440.0633.477.9473.33
HexF0C1860142C6214e49
Octal36030120602454641116111
Binary11110000110000011000011001010010110011010000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C186; }

 p { color: rgb(240,193,134); }

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

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

 a { background-color: rgb(240,193,134); }

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

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

 span { border-color: rgb(240,193,134); }

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