#F1C186

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

Shades of Corvette #F1C186

Tints of Corvette #F1C186

Color information

#F1C186 (or 0xF1C186) is unknown color: approx Corvette. HEX triplet: F1, C1 and 86. RGB value is (241,193,134). Sum of RGB (Red+Green+Blue) = 241+193+134=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C186 is #0E3E79. Grayscale: #C8C8C8. Windows color (decimal): -933498 or 8831473. OLE color: 8831473.

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

Color convert

RGB241193134-
CMYK00.200.440.05
HSL33.08º79.26%73.53%-
HSV(B)33.08º44.4%94.51%-
XYZ59.6558.5630.71-
YUV200.6390.4156.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 134 (52.73% from 255) = 23.59%
R=42.43%
G=33.98%
B=23.59%

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
Decimal24119313400.200.440.0533.0879.2673.53
HexF1C1860142C5214f4a
Octal36130120602454541117112
Binary11110001110000011000011001010010110010110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C186; }

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

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

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

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

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

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

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

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